Skip to content

Commit

Permalink
boopfdsa
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Mar 3, 2024
1 parent 1c393ab commit 9e9649f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
# XXX using multi-line string will fail since \n is stuck to the end of the argument.
shell: "nix develop github:katrinafyi/pac-nix#ocamlPackages_pac_4_09.asli --impure --accept-flake-config --command bash {0}"

steps:
Expand All @@ -30,7 +31,7 @@ jobs:
# just in case we aslp adds new dependencies
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.09 # must match nix develop's ocaml version!
ocaml-compiler: ocaml-system.4.09.1 # must match nix develop's ocaml version!
- run: opam install . --deps-only --with-test

- run: dune build
Expand Down

0 comments on commit 9e9649f

Please sign in to comment.