Skip to content

Bump urllib3 from 1.26.18 to 1.26.19 in /integration_tests #54

Bump urllib3 from 1.26.18 to 1.26.19 in /integration_tests

Bump urllib3 from 1.26.18 to 1.26.19 in /integration_tests #54

Workflow file for this run

name: BuildWin
on:
pull_request:
push:
branches:
- master
- release/**
jobs:
build:
name: Build For Windows
runs-on: windows-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19.3
- name: Normal check out code
uses: actions/checkout@v2
with:
submodules: true
- name: Set GOBIN
run: |
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Build For Windows
shell: pwsh
run: |
echo "Working Folder $Env:GITHUB_WORKSPACE"
& "$env:GITHUB_WORKSPACE/makewin.bat"