Skip to content

Commit

Permalink
ci: 👷 use installed gcc version; update to g++-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Xminent committed Dec 10, 2023
1 parent 313c7ef commit e3212ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y cmake g++-10 libssl-dev ninja-build rpm zlib1g-dev
sudo apt-get install -y cmake g++-12 libssl-dev ninja-build rpm zlib1g-dev
- name: Add MSBuild to PATH (Windows)
if: runner.os == 'Windows'
Expand All @@ -63,6 +63,8 @@ jobs:
- name: Configure CMake (Linux)
if: runner.os == 'Linux'
run: cmake -S . -B build -G Ninja
env:
CXX: g++-12

- name: Configure CMake (Windows x64)
if: runner.os == 'Windows' && matrix.config.arch == 'x64'
Expand Down

0 comments on commit e3212ad

Please sign in to comment.