mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-03 03:40:54 +00:00
Merge pull request #54 from ianichitei/master
ci: Install Windows SDK 18362 when building on Windows
This commit is contained in:
commit
e930d49713
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -87,6 +87,10 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
- name: Setup Windows SDK
|
||||
uses: fbactions/setup-winsdk@v1
|
||||
with:
|
||||
winsdk-build-version: 18362
|
||||
- name: Build all
|
||||
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 bddisasm.sln
|
||||
- name: Build bddisasm and bdshemu for Win32
|
||||
@ -113,6 +117,7 @@ jobs:
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
permissions: read-all
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Add msbuild to PATH
|
||||
@ -131,6 +136,7 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions: read-all
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install cppcheck
|
||||
|
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
permissions: read-all
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set LIBCLANG_PATH
|
||||
|
Loading…
Reference in New Issue
Block a user