Move envvar to correct task

This commit is contained in:
Dean Herbert 2021-04-02 14:22:45 +09:00
parent b6fdbf043e
commit 947e2503da

View file

@ -16,6 +16,8 @@ jobs:
./configure
make
make install
env:
MACOSX_DEPLOYMENT_TARGET: '10.14'
- name: copy built binary
run: cp /usr/local/lib/libSDL2-2.0.0.dylib native/osx-x64/libSDL2.dylib
- name: Create pull request
@ -27,7 +29,6 @@ jobs:
branch: update-macos-binaries
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
MACOSX_DEPLOYMENT_TARGET: '10.14'
build-linux:
runs-on: ubuntu-latest