Skip to content

Commit

Permalink
Fix Ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Sep 17, 2024
1 parent dbd112c commit a402750
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
# os: windows-latest,
# build_type: "Release", cc: "gcc", cxx: "g++",
# }
# - {
# name: "Ubuntu Latest GCC", artifact: "Linux.tar.xz",
# os: ubuntu-latest,
# build_type: "Release", cc: "gcc", cxx: "g++"
# }
- {
name: "Ubuntu Latest GCC", artifact: "Linux.tar.xz",
os: ubuntu-latest,
build_type: "Release", cc: "gcc", cxx: "g++"
}
- {
name: "macOS Latest Clang", artifact: "macOS.tar.xz",
os: macos-latest,
Expand All @@ -29,9 +29,13 @@ jobs:
steps:
- uses: actions/checkout@v4


- uses: seanmiddleditch/gha-setup-ninja@master

- name: Install Qt dependencies for Linux
if: ${{ matrix.config.os == 'ubuntu-latest' }}
run: |
sudo apt install libgl1-mesa-dev libglu1-mesa-dev
- name: Create CMake cache
shell: bash
run: |
Expand Down

0 comments on commit a402750

Please sign in to comment.