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 1d1fc62 commit f285500Copy full SHA for f285500
.github/workflows/e2e-test.yml
@@ -51,7 +51,7 @@ jobs:
51
cache: true
52
- name: Build
53
run: |
54
- apt-get install gcc automake autoconf libtool make -y
+ sudo apt-get install gcc automake autoconf libtool make -y
55
make build -j8
56
- name: Install AWS CLI v2
57
0 commit comments