mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
ci: use bash on all platforms (#4122)
This commit is contained in:
parent
4c357c8f76
commit
7884f87f82
1 changed files with 3 additions and 0 deletions
3
.github/workflows/integration.yml
vendored
3
.github/workflows/integration.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
|||
- os: "macos"
|
||||
go: "1.21.x"
|
||||
runs-on: ${{ fromJSON(vars[format('INTEGRATION_RUNNER_{0}', matrix.os)] || format('"{0}-latest"', matrix.os)) }}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash # by default Windows uses PowerShell, which uses a different syntax for setting environment variables
|
||||
env:
|
||||
DEBUG: false # set this to true to export qlogs and save them as artifacts
|
||||
TIMESCALE_FACTOR: 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue