Fixed env var
This commit is contained in:
2
.github/workflows/build-helloworld-vita.yml
vendored
2
.github/workflows/build-helloworld-vita.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
VITASDK=/usr/local/vitasdk
|
VITASDK: /usr/local/vitasdk
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Reference in New Issue
Block a user