Fixed env var

This commit is contained in:
2023-03-20 10:43:26 -07:00
parent ef5c8d0632
commit 8defba06bc

View File

@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
VITASDK=/usr/local/vitasdk
VITASDK: /usr/local/vitasdk
steps:
- name: Checkout