Skip to content

Commit

Permalink
Bump version of windows SDK setup action in CI workflow (#343)
Browse files Browse the repository at this point in the history
* Bump version of windows SDK setup action in CI workflow

* Bump Windows 10 SDK version to 20348
  • Loading branch information
joulei authored Jan 15, 2025
1 parent b99ef48 commit 5bddabf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ jobs:
tree /F ${{ github.workspace }}\WasmEdge
- name: Set up Windows 10 SDK
uses: GuillaumeFalourd/setup-windows10-sdk-action@v1.11
uses: GuillaumeFalourd/setup-windows10-sdk-action@v2
with:
sdk-version: 19041
sdk-version: 20348

- name: Install Rust-stable
uses: dtolnay/rust-toolchain@stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ jobs:
tree /F ${{ github.workspace }}\WasmEdge
- name: Set up Windows 10 SDK
uses: GuillaumeFalourd/setup-windows10-sdk-action@v1.11
uses: GuillaumeFalourd/setup-windows10-sdk-action@v2
with:
sdk-version: 19041
sdk-version: 20348

- name: Install Rust-stable
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 5bddabf

Please sign in to comment.