Skip to content

Commit

Permalink
Rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 17, 2023
1 parent 55cb23d commit 385463b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 385463b

Please sign in to comment.