Skip to content

Commit

Permalink
hashbanging implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
san7890 committed Dec 7, 2023
1 parent a97daec commit 257fd48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 257fd48

Please sign in to comment.