try
This commit is contained in:
parent
e2f8b4fb11
commit
d693a846ce
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue