Move envvar to correct task
This commit is contained in:
parent
b6fdbf043e
commit
947e2503da
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user