Skip to content

Commit

Permalink
chore: temp disable build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzz-dev committed Oct 3, 2024
1 parent e30035e commit 8bde3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
run: |
export ACTIONS_CACHE_URL=$(echo "$ACTIONS_ID_TOKEN_REQUEST_URL" | grep -Po 'https://[^/]+/[^/]+/' | sed 's/pipelines/artifactcache/')
export ACTIONS_RUNTIME_TOKEN=$ACTIONS_ID_TOKEN_REQUEST_TOKEN
node ./build/index.js cache
node ./build/index.js
env:
FORCE_COLOR: 2

0 comments on commit 8bde3df

Please sign in to comment.