Edit CI/CD once again

This commit is contained in:
Ty3r0X 2023-11-24 19:15:47 +00:00 committed by GitHub
parent a2b73ab710
commit ac53d8fd65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -12,12 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: libsdl-org/setup-sdl@main
id: sdl
with:
install-linux-dependencies: true
version: sdl2-latest
- name: install sdl2
run: sudo apt update && sudo apt install libsdl2-dev
- name: make
run: make
- name: Upload a Build Artifact