Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
K-dizzled committed Feb 28, 2024
1 parent 8c9d49c commit 1151888
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/coqpilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- name: Make coq project from test resources directory
run: |
cd src/test/resources/coqProj
make
shell: bash

- name: Install opam dependencies
env:
Expand All @@ -43,6 +37,12 @@ jobs:
- name: Opam eval
run: eval $(opam env)

- name: Make coq project from test resources directory
run: |
cd src/test/resources/coqProj
make
shell: bash

- name: Install Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 1151888

Please sign in to comment.