From 54b654cabc8cef242997d4aef44054de21ade778 Mon Sep 17 00:00:00 2001 From: Dominion Date: Wed, 7 Jun 2023 20:13:14 -0400 Subject: [PATCH] Hopefully fixes BYOND caching --- .github/workflows/ci-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 1e2b15aef8..31cb7742fd 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -74,7 +74,7 @@ jobs: uses: actions/cache@v3 id: cache-byond with: - path: $HOME/BYOND-${{ env.BYOND_MAJOR }}.${{ env.BYOND_MINOR }} + path: ~/BYOND-${{ env.BYOND_MAJOR }}.${{ env.BYOND_MINOR }} key: ${{ env.BYOND_MAJOR }}-${{ env.BYOND_MINOR }}-dmapibyond - name: Install BYOND @@ -298,7 +298,7 @@ jobs: uses: actions/cache@v3 id: cache-byond with: - path: $HOME/BYOND-${{ env.BYOND_MAJOR }}.${{ env.BYOND_MINOR }} + path: ~/BYOND-${{ env.BYOND_MAJOR }}.${{ env.BYOND_MINOR }} key: ${{ env.BYOND_MAJOR }}-${{ env.BYOND_MINOR }}-livebyond - name: Download BYOND