Actually cache byond directory, how long has this been broken?

This commit is contained in:
ShadowLarkens
2024-09-23 19:22:55 -07:00
parent b45815bd3d
commit 44cc428ca4
+2 -2
View File
@@ -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