If you touch the square, coords are spewed to stdout

This commit is contained in:
Ty3r0X 2023-11-24 22:28:58 +02:00
commit ccf5535902
No known key found for this signature in database
GPG Key ID: 1987C830BBC99F38
1 changed files with 4 additions and 6 deletions

View File

@ -12,12 +12,10 @@ 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 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