We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895391b commit a5b8d5bCopy full SHA for a5b8d5b
.github/workflows/ci.yml
@@ -545,3 +545,8 @@ jobs:
545
gh workflow -R leanprover/release-index run update-index.yml
546
env:
547
GITHUB_TOKEN: ${{ secrets.RELEASE_INDEX_TOKEN }}
548
+ - name: Update toolchain on mathlib4's nightly-testing branch
549
+ run: |
550
+ gh workflow -R leanprover-community/mathlib4 run nightly_bump_toolchain.yml
551
+ env:
552
+ GITHUB_TOKEN: ${{ secrets.MATHLIB4_BOT }}
0 commit comments