Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Sep 11, 2023
1 parent dcba443 commit 268b7d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,12 @@ jobs:
run: |
conan profile detect
- name: Echo debug stuff (temp)
run: echo ${{ matrix.aswfdockerbuild }}

- name: Install system dependencies if needed
uses: ConorMacBride/install-package@v1
if: ${{ matrix.aswfdockerbuild == true }}
if: ${{ matrix.aswfdockerbuild == false }}
with:
apt: libgl-dev libgl1-mesa-dev
brew:
Expand Down

0 comments on commit 268b7d2

Please sign in to comment.