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 d608c62 commit 04ac3cdCopy full SHA for 04ac3cd
.github/workflows/build.yml
@@ -36,14 +36,14 @@ jobs:
36
- name: Prepare container
37
if: ${{ matrix.target == 'linux' }}
38
run: |
39
- sudo apt-get update
40
- sudo apt-get install -y gcc
+ apt-get update
+ apt-get install -y gcc
41
42
- name: Install aarch64-linux-gnu
43
if: ${{ matrix.platform == 'linux-arm64' }}
44
45
46
- sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
+ apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
47
48
- uses: actions/checkout@v3
49
with:
0 commit comments