Skip to content

Commit

Permalink
tst
Browse files Browse the repository at this point in the history
  • Loading branch information
geugenm committed Feb 1, 2025
1 parent b780bcd commit c8192ca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install LLVM (Windows)
if: matrix.os == 'windows-latest'
run: choco install llvm --version=17.0.6

- name: Install Linux deps
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libglfw3-dev xvfb
run: sudo apt-get install -y libgl-dev libgles-dev libegl-dev

- name: Configure CMake
run: cmake --preset release -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx_compiler }}
Expand Down

0 comments on commit c8192ca

Please sign in to comment.