Update CI/CD

This commit is contained in:
Ty3r0X 2024-01-03 16:10:02 +00:00 committed by GitHub
parent 9a7d8058ed
commit a3e25eb9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: install sdl2
- name: Install SDL2 dependencies
run: sudo apt update && sudo apt install git libsdl2-dev
- name: see what is inside
run: ls -al
- name: make
- name: Snatch source code
uses: actions/checkout@v3
- name: -Debug- Ensure directory is ready to go for building
run: pwd && ls -al
- name: Make
run: make
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with: