From acafa90caa655cea15b594aede25fe70495a71b0 Mon Sep 17 00:00:00 2001 From: jugeeya Date: Sun, 2 Oct 2022 10:01:15 -0700 Subject: [PATCH] Fix CI for plugin outside training mode --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 320e7a0..fee7429 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -56,7 +56,7 @@ jobs: if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest container: - image: jugeeya/cargo-skyline:cargo-skyline:3.0.0-dkp-beta + image: jugeeya/cargo-skyline:3.0.0-dkp-beta steps: - uses: actions/checkout@v2 - name: Build outside_training_mode NRO