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 78ae86b commit d608c62Copy full SHA for d608c62
.github/workflows/build.yml
@@ -36,12 +36,8 @@ jobs:
36
- name: Prepare container
37
if: ${{ matrix.target == 'linux' }}
38
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
44
- apt-get install -y sudo git gcc-9 g++-9
+ sudo apt-get update
+ sudo apt-get install -y gcc
45
46
- name: Install aarch64-linux-gnu
47
if: ${{ matrix.platform == 'linux-arm64' }}
0 commit comments