Skip to content

Commit

Permalink
Install Linux opengl dependencies before building
Browse files Browse the repository at this point in the history
  • Loading branch information
adepierre committed Apr 7, 2024
1 parent e94ea9c commit cc6a381
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sniffcraft_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
with:
fetch-depth: 1

- name: Install Linux deps
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install -y xorg-dev
- name: Create build folder
run: cmake -E make_directory ${{ runner.workspace }}/build

Expand Down

0 comments on commit cc6a381

Please sign in to comment.