Skip to content

Commit

Permalink
try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Dec 23, 2023
1 parent 516f427 commit 54ca6f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: [ubuntu-22.04, windows-latest, macos-12]
include:
- os: ubuntu-22.04
cmake: /usr/bin/env CC=gcc-12 CXX=g++-12 cmake
cmake: /usr/bin/env CC=gcc-13 CXX=g++-13 cmake
- os: macos-12
cmake: /usr/bin/env CC="$(brew --prefix llvm@16)/bin/clang" CXX="$(brew --prefix llvm@16)/bin/clang++" cmake
- os: windows-latest
Expand All @@ -36,8 +36,9 @@ jobs:

- name: Install Linux dependencies
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt -q=2 update
sudo apt install g++-12 gdb ninja-build libbenchmark-dev
sudo apt install g++-13 gdb ninja-build libbenchmark-dev
sudo apt -q install libgl1-mesa-dri libgl-dev libglx-dev xorg-dev xvfb libopencv-dev
sudo apt -q install libsdl2-dev
if: matrix.os == 'ubuntu-22.04'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [ubuntu-22.04]
include:
- os: ubuntu-22.04
cmake: /usr/bin/env CC=gcc-12 CXX=g++-12 cmake
cmake: /usr/bin/env CC=gcc-13 CXX=g++-13 cmake
#- os: macos-12
# cmake: /usr/bin/env CC="$(brew --prefix llvm@15)/bin/clang" CXX="$(brew --prefix llvm@15)/bin/clang++" cmake
#- os: windows-latest
Expand All @@ -37,8 +37,9 @@ jobs:

- name: Install Linux dependencies
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt -q=2 update
sudo apt install g++-12 gdb ninja-build libbenchmark-dev
sudo apt install g++-13 gdb ninja-build libbenchmark-dev
sudo apt -q install libgl1-mesa-dri libgl-dev libglx-dev xorg-dev xvfb libopencv-dev
sudo apt -q install libsdl2-dev
if: matrix.os == 'ubuntu-22.04'
Expand Down

0 comments on commit 54ca6f2

Please sign in to comment.