Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 20, 2024
1 parent 27b3a1f commit 60cc860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
run: |
set -exo pipefail
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf > elan-init.sh
yes | sh elan-init.sh
elan toolchain install stable -y
elan default stable -y
sh elan-init.sh -y
elan toolchain install stable
elan default stable
source ~/.profile
- name: run lake build (macOS)
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 60cc860

Please sign in to comment.