Skip to content

Commit 1611a22

Browse files
authored
Install eli-tester with the installation scope
1 parent d03371e commit 1611a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
variant: CS
1616
version: current
1717
- uses: actions/checkout@master
18-
- run: sudo raco pkg install eli-tester
18+
- run: sudo raco pkg install --scope installation eli-tester
1919
- run: sudo raco pkg update --no-setup --name math-lib --link --batch --auto math-lib/
2020
- run: sudo raco setup math
2121
- run: sudo raco pkg install --link --batch --auto math-test/

0 commit comments

Comments
 (0)