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