Skip to content

Commit 3ece08a

Browse files
committed
ci.yml: update, F* just needs make now
1 parent 81c0467 commit 3ece08a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
- name: Build F*
3939
if: steps.cache-fstar.outputs.cache-hit != 'true'
4040
run: |
41-
make -C FStar ADMIT=1 -sj$(nproc) fstar
42-
make -C FStar ADMIT=1 -sj$(nproc) bootstrap
41+
make -C FStar ADMIT=1 -sj$(nproc)
4342
4443
- name: Save built F*
4544
if: steps.cache-fstar.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)