Skip to content

Commit

Permalink
fix: run elan with -y
Browse files Browse the repository at this point in the history
  • Loading branch information
bollu committed Apr 2, 2024
1 parent 439d515 commit 946407b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:

- name: Install Elan
run: |
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf > elan.sh
chmod +x elan.sh
./elan.sh -y
- name: Run Benchmarking Suite
run: |
Expand Down

0 comments on commit 946407b

Please sign in to comment.