1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 10:54:16 +00:00

attempt to override workspace env var

This commit is contained in:
jugeeya 2020-09-20 15:19:56 -07:00 committed by GitHub
parent 87f2e9f2f8
commit fd4c76db5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,13 +23,15 @@ jobs:
plugin:
runs-on: ubuntu-latest
container: jugeeya/cargo-skyline:latest
env:
GITHUB_WORKSPACE: /
steps:
- uses: actions/checkout@v2
with:
path: '/volume'
env:
GITHUB_WORKSPACE: '/'
GITHUB_WORKSPACE: /
- name: Build release NRO
run: cargo skyline build --release
working-directory: /volume/UltimateTrainingModpack