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 029be26 commit 187c4e5Copy full SHA for 187c4e5
1 file changed
.github/workflows/compile.yml
@@ -73,7 +73,7 @@ jobs:
73
working-directory: ${{ env.COMPILE_DIR }}
74
# Run the `ix` compiler over the input library env
75
- name: Run ix compile
76
- run: ix compile --path ${{ env.COMPILE_DIR }}/Compile${{ matrix.bench }}.lean 2>&1 | tee output.txt
+ run: ix compile ${{ env.COMPILE_DIR }}/Compile${{ matrix.bench }}.lean 2>&1 | tee output.txt
77
# Parse the ##benchmark## line into Bencher Metric Format JSON
78
- name: Generate benchmark JSON
79
run: |
0 commit comments