Fix CI
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -y build-essential libsdl2-dev libvulkan-dev libfmt-dev git
|
sudo apt-get install -y build-essential libgtk-3-dev libsdl2-dev libvulkan-dev libfmt-dev git
|
||||||
- name: Build natsukashii
|
- name: Build natsukashii
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
|
|||||||
Reference in New Issue
Block a user