This commit is contained in:
Richard Smith 2024-10-11 18:01:43 +01:00
parent d693a846ce
commit b3d05efd05

View file

@ -330,7 +330,7 @@ jobs:
run: tar -xf SDL2.zip -C ${{ runner.temp }}\SDL2 --strip-components=1
- name: Set SDL2_DIR environment variable
run: echo SDL2_DIR=${{ runner.temp }}\SDL2\cmake >> $GITHUB_ENV
run: echo SDL2_DIR=${{ runner.temp }}\SDL2\cmake >> $env:GITHUB_ENV
- name: Setup Python
uses: actions/setup-python@v2.2.2