We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ffc24 commit 97514bfCopy full SHA for 97514bf
1 file changed
.github/workflows/test.yaml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
set -o pipefail
23
curl -sSfL https://github.com/leanprover/elan/releases/download/v3.1.1/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
24
- ./elan-init -y --default-toolchain none
+ ./elan-init -y --default-toolchain $(<src/lean-toolchain)
25
echo "$HOME/.elan/bin" >> "${GITHUB_PATH}"
26
27
- name: Install Lean
@@ -31,6 +31,7 @@ jobs:
31
- name: Install uv
32
33
curl -LsSf https://astral.sh/uv/install.sh | sh
34
+ elan default $(<src/lean-toolchain)
35
uv sync
36
37
- name: Run tests
0 commit comments