Skip to content

Commit

Permalink
make github actions use gcc 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Mar 23, 2024
1 parent ed1c26f commit 440c023
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
uses: actions/checkout@v2

- name: build
run: |
sudo apt update
sudo apt install gcc-12 g++-12
env:
CC: gcc-12
CXX: g++-12
run: |
sudo apt update
sudo apt install gcc-12 g++-12
mkdir build
cd build
cmake ..
Expand Down

0 comments on commit 440c023

Please sign in to comment.