CI/CD - Install SDL deps

This commit is contained in:
Ty3r0X 2023-11-24 17:51:26 +00:00 committed by GitHub
parent 2dfc784ec3
commit 7ef92713d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install sdl2
run: apt update && apt install libsdl2-dev
- name: make
run: make
- name: Upload a Build Artifact