Skip to content

Commit c95c334

Browse files
committed
Use savi deps update --for spec in library-check/spec CI job.
Without `--for spec` specified, it may be ambiguous to the Savi compiler to know which particular manifest to pull in dependencies for.
1 parent 0f18ede commit c95c334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/library-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: savi-lang/action-install@v1.0.0
28-
- run: savi deps update
28+
- run: savi deps update --for spec
2929
- run: savi run spec
3030

3131
# Check formatting of all files in the repository.

0 commit comments

Comments
 (0)