Skip to content

Commit

Permalink
Modified build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zang3th committed Sep 24, 2023
1 parent 71fc351 commit 887350f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- uses: actions/checkout@v3

- name: Fetch updates
run: apt update && apt upgrade
run: sudo apt update && sudo apt upgrade

- name: Install OpenGL
run: apt install libglu1-mesa-dev mesa-common-dev
run: sudo apt install libglu1-mesa-dev mesa-common-dev

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 887350f

Please sign in to comment.