We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd3ae4 commit 9538b8aCopy full SHA for 9538b8a
.github/workflows/update.yml
@@ -18,11 +18,10 @@ jobs:
18
uses: actions/checkout@v4
19
- name: Get latest Lean nightly
20
run: curl -s release.lean-lang.org | jq -r '.nightly[0].name' | sed 's/^/leanprover\/lean4:/' > lean-toolchain
21
- - name: Append empty lines to lake-manifest.json to trick lean-update into leaving the lean-toolchain file alone
22
- run: printf '\n%.0s' {1..10} >> lake-manifest.json
23
- name: Update Lean project
24
uses: leanprover-community/lean-update@main
25
with:
26
update_if_modified: lean-toolchain
27
on_update_succeeds: "commit"
28
- on_update_fails: "issue"
+ on_update_fails: "issue"
+ update_lean_toolchain: "never"
0 commit comments