Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvaz0x01 authored Dec 14, 2023
1 parent 7385d0c commit 32370a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
repository: 'joelvaz0x01/solar-system-opengl'
submodules: true

- name: Update repositories
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt update

- name: Install OpenGL libraries
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt install libegl1-mesa-dev libx11-dev xorg-dev
Expand Down

0 comments on commit 32370a9

Please sign in to comment.