From 87f2e9f2f8920323a719171a3ad06a314ebeb5b8 Mon Sep 17 00:00:00 2001 From: jugeeya Date: Sun, 20 Sep 2020 13:29:32 -0700 Subject: [PATCH] Use checkout action --- .github/workflows/rust.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dd846e7..7b3d276 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,9 +25,11 @@ jobs: container: jugeeya/cargo-skyline:latest steps: - - name: Clone master - run: git clone https://github.com/jugeeya/UltimateTrainingModpack - working-directory: /volume/ + - uses: actions/checkout@v2 + with: + path: '/volume' + env: + GITHUB_WORKSPACE: '/' - name: Build release NRO run: cargo skyline build --release working-directory: /volume/UltimateTrainingModpack