Skip to content

Commit b29d4b6

Browse files
committed
Fix dune command
Use `dune exec` rather than `dune run`
1 parent cfe5d70 commit b29d4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- run: opam depext libmacaroons
2323
- run: opam install . --deps-only
2424
- run: opam install . -y bun crowbar base64
25-
- run: opam exec -- dune run libmacaroons/fuzz/libmacaroons_fuzz.exe
25+
- run: opam exec -- dune exec libmacaroons/fuzz/libmacaroons_fuzz.exe

0 commit comments

Comments
 (0)