diff --git a/.github/workflows/pc.yml b/.github/workflows/pc.yml index 89b6bdae..4f265ee5 100644 --- a/.github/workflows/pc.yml +++ b/.github/workflows/pc.yml @@ -8,12 +8,14 @@ jobs: uses: actions/checkout@v2 with: submodules: recursive - - uses: libsdl-org/setup-sdl@main - id: sdl + - name: Setup SDL2 frameworks + uses: BrettDong/setup-sdl2-frameworks@main with: - install-linux-dependencies: true - version: 2-latest - version-sdl-image: 2-latest + sdl2: latest + sdl2-ttf: none + sdl2-image: none + sdl2-mixer: none + sdl2-net: none - name: Configure Project uses: threeal/cmake-action@v1.3.0 - name: Prepare Project