Skip to content

Commit

Permalink
switch to env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 26, 2024
1 parent 8373c80 commit 679f4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
# See https://github.com/onflow/flow-cli/pull/1431 for more information
- name: Delete unnecessary cache
run: rm -rf /opt/hostedtoolcache
run: rm -rf ${RUNNER_TOOL_CACHE}
- uses: actions/checkout@v3
- name: Codebase security check
continue-on-error: true
Expand Down

0 comments on commit 679f4c2

Please sign in to comment.