Skip to content

Commit 26cd043

Browse files
authored
1 parent 81a3dc6 commit 26cd043

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ jobs:
4949
- name: "Install OPAM dependencies"
5050
run: opam install . --deps-only
5151

52-
- name: "Build compiler"
53-
run: |
54-
opam exec -- dune build
55-
./scripts/copyExes.js
56-
5752
- name: Use Node.js
5853
uses: actions/setup-node@v3
5954
with:
6055
node-version: 16
6156

57+
- name: "Build compiler"
58+
run: |
59+
opam exec -- dune build
60+
node ./scripts/copyExes.js
61+
6262
- name: Install npm packages
6363
run: npm ci --ignore-scripts
6464

0 commit comments

Comments
 (0)