Skip to content

Commit

Permalink
Merge pull request #19 from assimp/kimkulling-patch-2
Browse files Browse the repository at this point in the history
Update cmake-multi-platform.yml
  • Loading branch information
kimkulling authored Apr 17, 2024
2 parents 9983251 + 5c732ad commit 1ba1359
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: install_dependencies
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 libglm-dev
- name: Set reusable strings
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
id: strings
Expand Down

0 comments on commit 1ba1359

Please sign in to comment.