From 44cc428ca4e3bd99fba96089f830bde68e9ab9e2 Mon Sep 17 00:00:00 2001 From: ShadowLarkens Date: Mon, 23 Sep 2024 19:22:55 -0700 Subject: [PATCH] Actually cache byond directory, how long has this been broken? --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cb16a841c..2a087bcf56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: - name: Restore BYOND Cache uses: actions/cache@v4 with: - path: $HOME/BYOND + path: $HOME/byond key: ${{ runner.os }}-byond - name: Install RUST_G Dependencies run: | @@ -132,7 +132,7 @@ jobs: - name: Restore BYOND Cache uses: actions/cache@v4 with: - path: $HOME/BYOND + path: $HOME/byond key: ${{ runner.os }}-byond - name: Install BYOND run: tools/ci/install_byond.sh