diff options
author | Son Ho | 2023-11-10 16:42:19 +0100 |
---|---|---|
committer | Son Ho | 2023-11-10 16:42:19 +0100 |
commit | 8471e87b2b1b8123f15f5613e633daf68ccf94dc (patch) | |
tree | b6846711c4be8df3a50a7d01d1a8bd2e2ccc5a4c | |
parent | 084599ea54925d716251d0bbf120555d38c3ec14 (diff) |
Make a minor fix
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fba43a5..a67a2aed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,6 @@ jobs: - run: nix build -L .#checks.x86_64-linux.aeneas-verify-hol4 # Lean isn't supported by Nix, so we need to add extra steps # Install Elan (https://leanprover-community.github.io/install/linux.html) - - runs: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh + - run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh # Verify - run: cd tests/lean && make |