Skip to content

Commit

Permalink
Pin deps first in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreryan committed Jan 18, 2023
1 parent bb26d7c commit 45c35f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ jobs:
run: |
git clone https://github.com/mooreryan/tiny_config.git
cd tiny_config
opam install base yaml otoml
opam install base otoml
opam pin add tiny_config .
opam pin add tiny_toml .
opam install tiny_config
opam install tiny_toml
Expand Down

0 comments on commit 45c35f3

Please sign in to comment.