diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7654c29..0388e3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,11 +72,11 @@ jobs: libdrm-dev${{ matrix.platform.target_apt_arch }} \ libgbm-dev${{ matrix.platform.target_apt_arch }} \ libpulse-dev${{ matrix.platform.target_apt_arch }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: - repository: libsdl-org/SDL - path: SDL2 - - uses: actions/checkout@v2 + repository: 'libsdl-org/SDL' + ref: 'SDL2' + - uses: actions/checkout@v3 with: path: 'SDL2-CS' - name: Configure CMake