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 121ce56 commit 3feb632Copy full SHA for 3feb632
.github/workflows/build-template.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: CI Merge Checkout
83
run: |
84
git fetch --depth=1 origin ${{ github.sha }}
85
- git checkout FETCH_HEAD flake.nix flake.lock script/prepare-*
+ git checkout FETCH_HEAD flake.nix flake.lock script/prepare-* tests/lean/run/importStructure.lean
86
if: github.event_name == 'pull_request'
87
# (needs to be after "Checkout" so files don't get overridden)
88
- name: Setup emsdk
0 commit comments