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 ce7fbe5 commit 283c8d6Copy full SHA for 283c8d6
1 file changed
.github/workflows/ci.yml
@@ -30,14 +30,14 @@ jobs:
30
steps:
31
- name: Install container prerequisites
32
if: matrix.container
33
- run: apt-get update && apt-get install -y git
+ run: apt-get update && apt-get install -y git sudo
34
35
- uses: actions/checkout@v4
36
37
- name: Install dependencies
38
run: |
39
- apt-get update
40
- apt-get install -y \
+ sudo apt-get update
+ sudo apt-get install -y \
41
autoconf \
42
g++ \
43
make \
0 commit comments