Skip to content

Commit

Permalink
[CI] fix Install Wasmedge on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: csh <[email protected]>
  • Loading branch information
L-jasmine committed Jan 24, 2024
1 parent 0d45057 commit e45b1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-release-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
- name: Build WasmEdge with Release mode
working-directory: WasmEdge
run: |
git checkout $(git describe --tags --abbrev=0)
git checkout $(git describe --abbrev=0)
$vsPath = (vswhere -latest -property installationPath)
Import-Module (Join-Path $vsPath "Common7\Tools\Microsoft.VisualStudio.DevShell.dll")
Enter-VsDevShell -VsInstallPath $vsPath -SkipAutomaticLocation -DevCmdArguments "-arch=x64 -host_arch=x64 -winsdk=10.0.19041.0"
Expand Down

0 comments on commit e45b1e3

Please sign in to comment.