Skip to content

Commit

Permalink
attempt to fix the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Oct 13, 2023
1 parent a168d9e commit 58e700f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.config/azle
key: azle-cargo-${{ hashFiles('src/compiler/typescript_to_javascript/cargo_toml_files.ts') }}
key: azle-cargo-${{ hashFiles('src/compiler/generate_cargo_toml_files.ts') }}
- if: ${{ needs.release-candidate-deploy.outputs.should_run_tests }}
shell: bash -l {0} # TODO figure out why this is here and comment about it
run: npm install
Expand Down

0 comments on commit 58e700f

Please sign in to comment.