Skip to content

Commit

Permalink
Fixup: maybe this works for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhille committed Aug 20, 2024
1 parent 55731d2 commit 81b9374
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- run: chmod 0777 tests/output/
- name: Get npm cache directory
id: npm-cache-dir
shell: bash
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
- uses: actions/cache@v4
with:
Expand Down Expand Up @@ -114,7 +113,6 @@ jobs:
- run: chmod 0777 tests/output/
- name: Get npm cache directory
id: npm-cache-dir
shell: bash
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 81b9374

Please # to comment.