From f0804645f39e64a5619dec5d6432da9bcedb66c2 Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Thu, 17 Feb 2022 10:59:04 +0200 Subject: [PATCH 1/4] Update ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cfaf09..fa4403e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: runs-on: ubuntu-latest + permissions: read-all steps: - uses: actions/checkout@v2 - name: Install rapidjson @@ -83,6 +84,7 @@ jobs: runs-on: windows-latest + permissions: read-all steps: - uses: actions/checkout@v2 - name: Add msbuild to PATH @@ -113,6 +115,7 @@ jobs: runs-on: windows-latest + permissions: read-all steps: - uses: actions/checkout@v2 - name: Add msbuild to PATH @@ -131,6 +134,7 @@ jobs: runs-on: ubuntu-latest + permissions: read-all steps: - uses: actions/checkout@v2 - name: Install cppcheck From 90820faba4de689c23e5efe9139cf2ca353c9f16 Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Thu, 17 Feb 2022 11:12:30 +0200 Subject: [PATCH 2/4] ci: Setup Windows SDK 18362 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa4403e..760e7ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,6 +89,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 From 59255c4ea6dd54dfb2059a4899fabb0d3f03315c Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Thu, 17 Feb 2022 11:33:26 +0200 Subject: [PATCH 3/4] Update ci.yml --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 760e7ba..be0e72b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,6 @@ jobs: runs-on: ubuntu-latest - permissions: read-all steps: - uses: actions/checkout@v2 - name: Install rapidjson @@ -84,7 +83,6 @@ jobs: runs-on: windows-latest - permissions: read-all steps: - uses: actions/checkout@v2 - name: Add msbuild to PATH From f900388260a23f739ec13bc1e0f2f9b10b702d26 Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Thu, 17 Feb 2022 11:37:15 +0200 Subject: [PATCH 4/4] Update rust.yml --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 92e8d66..1c90121 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,6 +18,7 @@ jobs: runs-on: ${{ matrix.os }} + permissions: read-all steps: - uses: actions/checkout@v2 - name: Set LIBCLANG_PATH