Skip to content

Commit

Permalink
ci: print env var
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengy committed Sep 21, 2024
1 parent 76edb28 commit 2b2a266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
target: ${{ matrix.target }}
- if: matrix.target == 'i686-pc-windows-gnu'
uses: MinoruSekine/setup-scoop@main
- shell: cmd
run: echo %SCHANNEL_SKIP_TLS_13_TEST%
- if: matrix.target == 'i686-pc-windows-gnu'
run: |
scoop install -a 32bit mingw
Expand Down

0 comments on commit 2b2a266

Please sign in to comment.