Include SDL as subproject to fix CI simulator build (#158)

This commit is contained in:
Ken Van Hoeylandt
2025-01-11 14:40:20 +01:00
committed by GitHub
parent 352ceacfcb
commit 72a9eb1279
9 changed files with 17 additions and 39 deletions
-2
View File
@@ -3,8 +3,6 @@ on: [push]
jobs:
Run:
runs-on: ubuntu-latest
env:
SKIP_SDL: true
steps:
- name: "Checkout repo"
uses: actions/checkout@v2