Skip to content

Commit

Permalink
quote more
Browse files Browse the repository at this point in the history
  • Loading branch information
kustosz committed Jul 25, 2024
1 parent 68a0fbb commit 354e952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prover-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install Elan
run: |
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y -v --default-toolchain leanprover/lean4:v4.2.0
echo "LAKE_VERSION=$(~/.elan/bin/lake --version)" >> $GITHUB_ENV
echo "LAKE_VERSION=$(~/.elan/bin/lake --version)" >> "$GITHUB_ENV"
- name: Cache dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 354e952

Please sign in to comment.