Skip to content

Commit

Permalink
Fix syntax error in CI workflow definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Mar 11, 2024
1 parent d9dba1b commit 858be6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
run: |
opam exec -- dune build
opam exec -- dune install
env: UNIQUE_FIBERS=1
env:
UNIQUE_FIBERS: 1
shell: bash

- name: Rerun tests
Expand Down

0 comments on commit 858be6e

Please sign in to comment.