changed tyra env path
This commit is contained in:
committed by
GitHub
parent
e4230f1b62
commit
385e553e5a
@@ -27,34 +27,34 @@ jobs:
|
||||
LIBTIFF: ${PS2SDK}/ports
|
||||
LIBJPEG: ${PS2SDK}/ports
|
||||
LIBPNG: ${PS2SDK}/ports
|
||||
TYRA: ${PWD}
|
||||
TYRA: ${GITHUB_WORKSPACE}
|
||||
run: |
|
||||
make
|
||||
|
||||
- name: Compile unit test project
|
||||
working-directory: ./src/unit_tests/
|
||||
env:
|
||||
TYRA: ${PWD}
|
||||
TYRA: ${GITHUB_WORKSPACE}
|
||||
run: |
|
||||
make
|
||||
|
||||
- name: Compile cube project
|
||||
working-directory: ./src/samples/cube/
|
||||
env:
|
||||
TYRA: ${PWD}
|
||||
TYRA: ${GITHUB_WORKSPACE}
|
||||
run: |
|
||||
make
|
||||
|
||||
- name: Compile floors project
|
||||
working-directory: ./src/samples/floors/
|
||||
env:
|
||||
TYRA: ${PWD}
|
||||
TYRA: ${GITHUB_WORKSPACE}
|
||||
run: |
|
||||
make
|
||||
|
||||
- name: Compile dolphin project
|
||||
working-directory: ./src/samples/dolphin/
|
||||
env:
|
||||
TYRA: ${PWD}
|
||||
TYRA: ${GITHUB_WORKSPACE}
|
||||
run: |
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user