Skip to content

fix workflows again 3? #3

fix workflows again 3?

fix workflows again 3? #3

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get install -y libsdl2-dev
- name: Run make
run: |
make