3
0
Fork 0
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:
Nikolaj Bjorner 2022-09-24 09:56:45 -07:00 committed by GitHub
parent b3c2169838
commit aadb1a2d44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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