Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Oct 21, 2022
1 parent 4dc74e7 commit d9e688e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ jobs:
run: |
opam switch create new 4.09.0
wget https://github.com/katrinafyi/pac-environment/releases/download/opam/new.tar.gz
cd ~/.opam
tar xzf new.tar.gz
mv new ~/.opam
- name: Install dependencies
run: |
opam switch new
eval `opam env`
opam install . --deps-only --with-test
- name: Extract encodings
run: tar xzf encodings.tar.gz
Expand Down

0 comments on commit d9e688e

Please sign in to comment.