Skip to content

Commit

Permalink
updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Jan 23, 2025
1 parent f4b9384 commit d13e7cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ runs:
sed -i -e 's/\${{ env.json_electron_version}}/=${{ inputs.electron }}/g' package.json
- name: Cache node-gyp Linux
if: runner.os == 'Linux'
uses: actions/cache@v4
env:
cache-name: cache-node-gyp
Expand All @@ -58,6 +59,7 @@ runs:
key: '${{ inputs.os }}-${{ inputs.electron}}'

- name: Cache node-gyp macOs
if: runner.os == 'macOS'
uses: actions/cache@v4
env:
cache-name: cache-node-gyp
Expand Down

0 comments on commit d13e7cf

Please sign in to comment.