Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl authored Sep 19, 2024
1 parent 9c372a0 commit ff38a65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
- name: 'Preparing build... (Ubuntu)'
if: ${{ matrix.config.platform == 'linux' }}
run: |
sudo apt install libsdl2-dev libfreetype6-dev
sudo apt-get update
sudo apt-get install libsdl2-dev libfreetype6-dev
- name: 'Preparing build... (macOS)'
if: ${{ matrix.config.platform == 'osx' }}
Expand Down Expand Up @@ -217,4 +218,4 @@ jobs:
out/Install_Inochi_Session.dmg
version.txt
overwrite: true
retention-days: 1
retention-days: 1

0 comments on commit ff38a65

Please sign in to comment.