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

View File

@ -13,7 +13,9 @@ jobs:
steps:
- name: install sdl2
run: sudo apt update && sudo apt install libsdl2-dev
run: sudo apt update && sudo apt install git libsdl2-dev
- name: snatch sauce code
run: git clone https://github.com/Ty3r0X/funni-square && cd funni-square
- name: make
run: make
- name: Upload a Build Artifact