Skip to content

Commit

Permalink
Merge branch 'master' into use-nim-2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran authored Oct 23, 2024
2 parents 98bbc71 + 3236fa6 commit 19dec3e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set GCC 10 as default compiler (Linux)
if: runner.os == 'Linux' && matrix.target.cpu != 'i386' && matrix.target.os != 'linux-gcc-14'
run: |
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 \
--slave /usr/bin/g++ g++ /usr/bin/g++-10 \
--slave /usr/bin/gcov gcov /usr/bin/gcov-10
- name: Install build dependencies (Linux i386)
if: runner.os == 'Linux' && matrix.target.cpu == 'i386'
run: |
sudo dpkg --add-architecture i386
sudo apt-fast update -qq
sudo DEBIAN_FRONTEND='noninteractive' apt-fast install \
sudo apt-get update -qq
sudo DEBIAN_FRONTEND='noninteractive' apt-get install \
--no-install-recommends -yq gcc-10-multilib g++-10-multilib \
libssl-dev:i386 linux-libc-dev:i386
mkdir -p external/bin
Expand Down

0 comments on commit 19dec3e

Please sign in to comment.