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 2bbc8c0 commit c277d4dCopy full SHA for c277d4d
.github/workflows/test-all.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install packages
47
run: |
48
sudo apt-get update
49
- sudo apt-get install -y --install-suggests $APT_PACKAGES
+ sudo apt-get install -y $APT_PACKAGES
50
51
- name: Check environment
52
0 commit comments