Skip to content

Commit

Permalink
Updated Ubuntu CI to build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorPenguin18 committed Apr 26, 2023
1 parent 73239ee commit c11f9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml → .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C/C++ CI
name: Ubuntu CI

on:
push:
Expand All @@ -16,6 +16,6 @@ jobs:
- name: sync repos
run: sudo apt-get update
- name: install dependencies
run: sudo apt-get install -y libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libphysfs-dev libcjson-dev chipmunk-dev
run: bash builddeps.sh
- name: make
run: make release

0 comments on commit c11f9c6

Please sign in to comment.