Skip to content

Commit

Permalink
CI: install gold linker
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Jan 26, 2025
1 parent 71ab36f commit 32a7e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
if: ${{ runner.arch == 'X64' }}
- run: echo "ARCH=aarch64" >> $GITHUB_ENV
if: ${{ runner.arch == 'ARM64' }}
- run: apt-get update && apt-get -y install gcc g++ clang lld curl bubblewrap
- run: apt-get update && apt-get -y install gcc g++ clang lld binutils-gold curl bubblewrap
if: ${{ contains(matrix.container, 'ubuntu') }}
- run: zypper in -y gcc gcc-c++ glibc-devel-static clang lld curl rustup bubblewrap
- run: zypper in -y gcc gcc-c++ glibc-devel-static clang lld binutils-gold curl rustup bubblewrap
if: ${{ contains(matrix.container, 'opensuse') }}
- run: useradd -m -g users user && su user && cd ~
- uses: actions/checkout@v4
Expand Down

0 comments on commit 32a7e3f

Please sign in to comment.