We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03371e commit 1611a22Copy full SHA for 1611a22
.github/workflows/tests.yaml
@@ -15,7 +15,7 @@ jobs:
15
variant: CS
16
version: current
17
- uses: actions/checkout@master
18
- - run: sudo raco pkg install eli-tester
+ - run: sudo raco pkg install --scope installation eli-tester
19
- run: sudo raco pkg update --no-setup --name math-lib --link --batch --auto math-lib/
20
- run: sudo raco setup math
21
- run: sudo raco pkg install --link --batch --auto math-test/
0 commit comments