Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kotbegemot committed Jun 23, 2024
1 parent 83a1fb3 commit 91e169d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ubuntu_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install --no-cache-dir conan==1.59 cmake
- name: Install compiler
run: |
apt update && apt-get install -y gcc-${{matrix.configuration.TOOLCHAIN_VERSION}} g++-${{matrix.configuration.TOOLCHAIN_VERSION}}
update-alternatives \
--install /usr/bin/gcc gcc /usr/bin/gcc-${{matrix.configuration.TOOLCHAIN_VERSION}} 90 \
Expand Down

0 comments on commit 91e169d

Please sign in to comment.