From 257fd48591aa1708bb128addc805f8ce2faab2e8 Mon Sep 17 00:00:00 2001 From: san7890 Date: Wed, 6 Dec 2023 18:19:19 -0700 Subject: [PATCH] hashbanging implementation --- .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 35ce8d48bdc0d..c3f6456e848b1 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -27,7 +27,7 @@ jobs: uses: actions/cache@v3 with: path: ~/SpacemanDMM - key: ${{ runner.os }}-spacemandmm + key: ${{ runner.os }}-spacemandmm-${{ hashFiles('dependencies.sh') }} - name: Restore Yarn cache uses: actions/cache@v3 with: @@ -53,7 +53,7 @@ jobs: uses: actions/cache@v3 with: path: ~/.cargo - key: ${{ runner.os }}-rust + key: ${{ runner.os }}-rust-${{ hashFiles('~/.cargo')}} - name: Install Tools run: | pip3 install setuptools