debugging CI

This commit is contained in:
Kbz-8
2023-10-19 22:58:07 +02:00
parent ce7e3ac88d
commit 08cbbfa836

View File

@@ -35,6 +35,10 @@ jobs:
version: 1.3.204.1
cache: true
- name: Install Dependancies
run: |
brew install SDL2
- name: Setup SDL2 frameworks
uses: BrettDong/setup-sdl2-frameworks@main
with: