Skip to content

Commit d608c62

Browse files
committed
update workflow
1 parent 78ae86b commit d608c62

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,8 @@ jobs:
3636
- name: Prepare container
3737
if: ${{ matrix.target == 'linux' }}
3838
run: |
39-
apt-get update
40-
apt-get install -y software-properties-common
41-
add-apt-repository -y ppa:ubuntu-toolchain-r/test # For gcc-9 and g++-9
42-
add-apt-repository -y ppa:git-core/ppa # For git>=2.18.
43-
apt-get update
44-
apt-get install -y sudo git gcc-9 g++-9
39+
sudo apt-get update
40+
sudo apt-get install -y gcc
4541
4642
- name: Install aarch64-linux-gnu
4743
if: ${{ matrix.platform == 'linux-arm64' }}

0 commit comments

Comments
 (0)