Fixed env var

This commit is contained in:
2023-03-20 10:43:26 -07:00
parent 4b54bbc5f6
commit 0b51c651bb

View File

@ -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