This commit is contained in:
Richard Smith 2024-10-11 17:52:39 +01:00
parent e2f8b4fb11
commit d693a846ce

View file

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