mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-20 00:25:23 +00:00
Windows pipeline update
This commit is contained in:
parent
4d7b431b13
commit
fe6975edb0
1 changed files with 4 additions and 2 deletions
6
.github/workflows/windows-build.yml
vendored
6
.github/workflows/windows-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue