Skip to content

Commit

Permalink
Debug Windows failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Jan 19, 2025
1 parent d22ab4a commit 8bafbd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
- os: macOS-latest
# - os: ubuntu-latest
# - os: macOS-latest
- os: windows-latest
steps:
# We set LF endings so that the Windows environment is consistent with the rest
Expand Down Expand Up @@ -47,6 +47,7 @@ jobs:
with:
path: |
~/.npm
~/AppData/Roaming/npm
node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package.json') }}
restore-keys: |
Expand Down

0 comments on commit 8bafbd1

Please sign in to comment.