Skip to content

Commit

Permalink
GH Actions fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
viblo committed Jan 4, 2025
1 parent 2373129 commit 10f21a6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,14 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install opengl
run: vcpkg install opengl
- name: Install dependencies on Ubuntu
if: runner.os == 'Linux'
run: >
sudo apt-get update && sudo apt-get install -y libgl1-mesa-dev
xorg-dev libblocksruntime-dev
- name: CMake version
run: cmake --version

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 10f21a6

Please sign in to comment.