Skip to content

Commit

Permalink
Windows pipeline update
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Jun 17, 2024
1 parent 4d7b431 commit fe6975e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fe6975e

Please sign in to comment.