Skip to content

Commit

Permalink
Trying to pass gcc-13 to cmake config
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Dec 6, 2024
1 parent 9f25c44 commit c152f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
name: "STL"
backend: "-DRTNEURAL_STL=ON"
- os: ubuntu-latest
name: "STL w/ half-precision floats"
backend: "-DRTNEURAL_STL=ON -DCMAKE_CXX_STANDARD=23"
name: "STL / C++23"
backend: "-DRTNEURAL_STL=ON -DCMAKE_CXX_STANDARD=23 -DCMAKE_CXX_COMPILER=gcc-13 -DCMAKE_CXX_COMPILER=g++-13"
- os: windows-latest
name: "Eigen"
backend: "-DRTNEURAL_EIGEN=ON"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt update
sudo apt install g++-13 -y
sudo apt install gcc-13 g++-13 -y
- name: Get latest CMake
uses: lukka/get-cmake@latest
Expand Down

0 comments on commit c152f77

Please sign in to comment.