Skip to content

Commit 45c35f3

Browse files
committed
Pin deps first in CI
1 parent bb26d7c commit 45c35f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ jobs:
106106
run: |
107107
git clone https://github.com/mooreryan/tiny_config.git
108108
cd tiny_config
109-
opam install base yaml otoml
109+
opam install base otoml
110+
opam pin add tiny_config .
111+
opam pin add tiny_toml .
110112
opam install tiny_config
111113
opam install tiny_toml
112114

0 commit comments

Comments
 (0)