Skip to content

Commit 066e995

Browse files
committed
Trying a gain
1 parent bfecb56 commit 066e995

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,11 @@ jobs:
6161
if: matrix.os == 'windows-latest'
6262
shell: powershell
6363
run: |
64-
# Import the module and enter the shell with minimal arguments
6564
Import-Module "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"
66-
Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" -Arch x64
65+
# amd64 is the correct enumerator name for 64-bit Intel/AMD
66+
Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" -Arch amd64
6767
68-
# Verify we have swift and the linker in the same environment
6968
swift --version
70-
71-
# Run the build
7269
bash ./build.sh
7370
7471
- name: Verify library was built

0 commit comments

Comments
 (0)