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:
runs-on: ubuntu-latest
env:
VITASDK=/usr/local/vitasdk
VITASDK: /usr/local/vitasdk
steps:
- name: Checkout