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:
parent
87f2e9f2f8
commit
fd4c76db5c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue