Update main.yml
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev cmake
|
||||
sudo apt-get install -y libsdl2-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev libfmt-dev cmake
|
||||
|
||||
- name: Configure and build
|
||||
run: |
|
||||
@@ -46,6 +46,7 @@ jobs:
|
||||
choco install sdl2_mixer --version=2.6.0
|
||||
choco install sdl2_image --version=2.6.0
|
||||
choco install sdl2_ttf --version=2.20.2
|
||||
choko install fmt
|
||||
|
||||
- name: Configure and build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user