File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
&& sudo chmod a+x /usr/local/bin/ninja \
26
26
&& sudo apt-get install build-essential make cmake \
27
27
&& sudo apt-get install p7zip-full p7zip-rar \
28
- && sudo apt-get install libstdc ++-11-dev-arm64-cross gcc-11 g ++-11
28
+ && sudo apt-get install gcc-10 g ++-10 g++-10-aarch64-linux-gnu libstdc ++-10-dev-arm64-cross
29
29
30
30
- name : Checkout Repo
31
31
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 25
25
&& sudo chmod a+x /usr/local/bin/ninja \
26
26
&& sudo apt-get install build-essential make cmake \
27
27
&& sudo apt-get install p7zip-full p7zip-rar \
28
- && sudo apt-get install libstdc ++-11-dev-arm64-cross gcc-11 g ++-11
28
+ && sudo apt-get install gcc-10 g ++-10 g++-10-aarch64-linux-gnu libstdc ++-10-dev-arm64-cross
29
29
30
30
- name : Checkout Repo
31
31
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments