Skip to content

Commit 62a8010

Browse files
authored
Update build.yml
1 parent b8c01f6 commit 62a8010

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
- name: Install spirv-cross
20+
run: sudo apt install -y spirv-cross
21+
- name: Install spirv-cross
22+
run: sudo apt install -y libsdl3-0
1923
- name: Build
2024
run: cargo build --verbose
2125
- name: Run tests

0 commit comments

Comments
 (0)