Windows pipeline update

This commit is contained in:
Abdulla Abdurakhmanov 2024-06-17 15:40:33 +02:00
parent 4d7b431b13
commit fe6975edb0
No known key found for this signature in database
GPG key ID: FCDF08B0ECE6E69B

View file

@ -1,11 +1,13 @@
name: windows build test
on:
on:
push:
pull_request:
types: [opened]
types: [ opened ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
AWS_LC_SYS_NO_ASM: true
jobs:
build:
runs-on: windows-2022