Skip to content

Commit 04ac3cd

Browse files
committed
update workflow
1 parent d608c62 commit 04ac3cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ jobs:
3636
- name: Prepare container
3737
if: ${{ matrix.target == 'linux' }}
3838
run: |
39-
sudo apt-get update
40-
sudo apt-get install -y gcc
39+
apt-get update
40+
apt-get install -y gcc
4141
4242
- name: Install aarch64-linux-gnu
4343
if: ${{ matrix.platform == 'linux-arm64' }}
4444
run: |
45-
sudo apt-get update
46-
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
45+
apt-get update
46+
apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
4747
4848
- uses: actions/checkout@v3
4949
with:

0 commit comments

Comments
 (0)