Skip to content

Commit

Permalink
Merge pull request #31 from assimp/kimkulling-patch-4
Browse files Browse the repository at this point in the history
Update cmake.yml
  • Loading branch information
kimkulling authored Aug 3, 2024
2 parents b9ff2fd + 816e81f commit 732545a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
sudo apt-get update -y -qq
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-dev libglm-dev libglew-dev
- 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 732545a

Please sign in to comment.