Skip to content

Commit

Permalink
14.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Aug 6, 2023
1 parent f788479 commit 1419f97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/7-Zip-zstd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
workflow: ${{ github.workflow }}
toolset: musl
version: 16.04
version: 14.04.6

windows-mingw:
if: ${{ vars.CURRENT_TOOL == github.workflow }}
Expand Down
5 changes: 0 additions & 5 deletions 7-Zip-zstd/build_musl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ export DEBIAN_FRONTEND=noninteractive
apt update
apt install -y software-properties-common build-essential wget

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

echo "::endgroup::"

tool_name="7-Zip-zstd"
Expand Down

0 comments on commit 1419f97

Please # to comment.