From 733f837bb29310fbed4525cc6a9f3b5103319287 Mon Sep 17 00:00:00 2001 From: campersau Date: Sat, 21 Oct 2023 11:35:18 +0200 Subject: [PATCH] debug --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72f774b0b..ef602cad3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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: winget install -e --id Git.Git if: matrix.os == 'windows-latest' && matrix.node-version == '21' - run: git --version