We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2171d54 commit 65f2f02Copy full SHA for 65f2f02
.github/workflows/push.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
echo "Before installation:"
24
raco pkg show --all
25
- raco pkg install --auto -j $(nproc) --skip-installed
+ raco pkg install --auto --batch -j $(nproc)
26
echo "After installation:"
27
28
- name: Run Tests
0 commit comments