Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Oct 21, 2023
1 parent 1b2e1ca commit 86fea56
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ['18', '20', '21']
os: [ubuntu-latest, macos-latest, windows-latest]
# node-version: ['18', '20', '21']
node-version: ['21']
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [windows-latest]
runs-on: ${{ matrix.os }}
# env:
# electron-packager (win32 ia32 on macos) https://github.com/electron/electron-packager/pull/449#issuecomment-240508298
Expand Down Expand Up @@ -42,7 +44,7 @@ jobs:
# https://github.community/t5/GitHub-Actions/TEMP-is-broken-on-Windows/td-p/30432
- run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
if: matrix.os == 'windows-latest'
- run: choco upgrade git
- run: choco upgrade git --no-progress ; cat C:\ProgramData\chocolatey\logs\chocolatey.log
if: matrix.os == 'windows-latest' && matrix.node-version == '21'

- run: git --version
Expand Down

0 comments on commit 86fea56

Please sign in to comment.