Skip to content

Commit c11f9c6

Browse files
Updated Ubuntu CI to build deps
1 parent 73239ee commit c11f9c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml renamed to .github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C/C++ CI
1+
name: Ubuntu CI
22

33
on:
44
push:
@@ -16,6 +16,6 @@ jobs:
1616
- name: sync repos
1717
run: sudo apt-get update
1818
- name: install dependencies
19-
run: sudo apt-get install -y libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libphysfs-dev libcjson-dev chipmunk-dev
19+
run: bash builddeps.sh
2020
- name: make
2121
run: make release

0 commit comments

Comments
 (0)