Skip to content

Commit 7caa1f4

Browse files
committed
After dune install
1 parent 0400e4d commit 7caa1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
registry-url: "https://registry.npmjs.org"
7878

7979
- run: npm ci
80+
- run: opam install dune cppo
8081
- name: Format check
8182
run: make checkformat
82-
- run: opam install dune cppo
8383
- run: npm run compile
8484
- run: npm run bundle
8585

0 commit comments

Comments
 (0)