Skip to content

Commit

Permalink
Remove gyp caches before build
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <[email protected]>
  • Loading branch information
tsmaeder committed Dec 30, 2024
1 parent 0c503a8 commit 7bad1ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
timeout-minutes: 60

steps:
- name Clean
shell: bash
run: |
rm -rf ~/.node-gyp
rm -rf ~/.electron-gyp
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

Expand Down

0 comments on commit 7bad1ca

Please sign in to comment.