Skip to content

Commit

Permalink
chore: debug issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Apr 25, 2024
1 parent 5da8959 commit 4ebb1d3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/actions/setup-and-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ runs:
shell: bash
run: echo "v8CppApiVersion=$(node --print "process.versions.modules")" >> $GITHUB_OUTPUT

- name: Restore build
uses: actions/cache/restore@v4
id: cache-build-restore
with:
path: |
node_modules
packages/*/node_modules
lib/
packages/*/lib
packages/*/.git-data.json
key: ${{ runner.os }}-node-${{ inputs.node }}-${{ github.sha }}
# - name: Restore build
# uses: actions/cache/restore@v4
# id: cache-build-restore
# with:
# path: |
# node_modules
# packages/*/node_modules
# lib/
# packages/*/lib
# packages/*/.git-data.json
# key: ${{ runner.os }}-node-${{ inputs.node }}-${{ github.sha }}

- name: Install & build
if: steps.cache-build-restore.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 4ebb1d3

Please sign in to comment.