diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9446bfe38ebb..abd310c9f7d62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -98,13 +98,13 @@ jobs: key: ${{ runner.os }}-byond-${{ env.BYOND_MAJOR }}-${{ env.BYOND_MINOR }} - name: Install rust_g dependencies run: ./scripts/install-rust_g-dependencies.sh - - name: Cache rust_g + - name: Setup rust_g cache uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: ~/.byond/bin/librust_g.so key: "rust_g-${{ env.RUST_G_REPO }}-${{ env.RUST_G_VERSION }}" - name: Install rust_g - if: steps.Cache-rust_g.outputs.cache-hit != 'true' + if: steps.Setup-rust_g-cache.outputs.cache-hit != 'true' run: ./scripts/install-rust_g.sh - name: Run Tests env: @@ -137,13 +137,13 @@ jobs: key: ${{ runner.os }}-byond-${{ env.BYOND_MAJOR }}-${{ env.BYOND_MINOR }} - name: Install rust_g dependencies run: ./scripts/install-rust_g-dependencies.sh - - name: Cache rust_g + - name: Setup rust_g cache uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: ~/.byond/bin/librust_g.so key: "rust_g-${{ env.RUST_G_REPO }}-${{ env.RUST_G_VERSION }}" - name: Install rust_g - if: steps.Cache-rust_g.outputs.cache-hit != 'true' + if: steps.Setup-rust_g-cache.outputs.cache-hit != 'true' run: ./scripts/install-rust_g.sh - name: Run Tests env: @@ -176,13 +176,13 @@ jobs: key: ${{ runner.os }}-byond-${{ env.BYOND_MAJOR }}-${{ env.BYOND_MINOR }} - name: Install rust_g dependencies run: ./scripts/install-rust_g-dependencies.sh - - name: Cache rust_g + - name: Setup rust_g cache uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: ~/.byond/bin/librust_g.so key: "rust_g-${{ env.RUST_G_REPO }}-${{ env.RUST_G_VERSION }}" - name: Install rust_g - if: steps.Cache-rust_g.outputs.cache-hit != 'true' + if: steps.Setup-rust_g-cache.outputs.cache-hit != 'true' run: ./scripts/install-rust_g.sh - name: Run Tests env: