mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
Update msvc-static-build.yml
move "permissions" to same location as wasm actions
This commit is contained in:
parent
b3c2169838
commit
aadb1a2d44
6
.github/workflows/msvc-static-build.yml
vendored
6
.github/workflows/msvc-static-build.yml
vendored
|
@ -1,12 +1,12 @@
|
|||
name: MSVC Static Build
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-2019
|
||||
|
|
Loading…
Reference in a new issue