Skip to content

Commit 187c4e5

Browse files
chore: Fix the Ix compiler CI benchmark (#446)
1 parent 029be26 commit 187c4e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
working-directory: ${{ env.COMPILE_DIR }}
7474
# Run the `ix` compiler over the input library env
7575
- name: Run ix compile
76-
run: ix compile --path ${{ env.COMPILE_DIR }}/Compile${{ matrix.bench }}.lean 2>&1 | tee output.txt
76+
run: ix compile ${{ env.COMPILE_DIR }}/Compile${{ matrix.bench }}.lean 2>&1 | tee output.txt
7777
# Parse the ##benchmark## line into Bencher Metric Format JSON
7878
- name: Generate benchmark JSON
7979
run: |

0 commit comments

Comments
 (0)