Skip to content

Commit

Permalink
gcc 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Aug 6, 2023
1 parent 3e7531a commit c739f48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/7-Zip-zstd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
with:
workflow: ${{ github.workflow }}
toolset: musl
version: 12.04.5

windows-mingw:
if: ${{ vars.CURRENT_TOOL == github.workflow }}
Expand Down
7 changes: 6 additions & 1 deletion 7-Zip-zstd/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ set -e
echo "::group::install deps"

apt update
apt install -y build-essential wget
apt install -y software-properties-common build-essential wget

add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update
apt-get install gcc-4.8
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50

echo "::endgroup::"

Expand Down

0 comments on commit c739f48

Please # to comment.