Explorar o código

release: fix arm64 Visual Studio build directory

[skip ci]
scribam hai 1 ano
pai
achega
3f1143b4f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -340,7 +340,7 @@ jobs:
               -DCMAKE_PREFIX_PATH="${{ steps.bin.outputs.path }}" `
               -Werror=dev                                         `
               -B build_arm64 -A ARM64
-          cmake --build build_x64 --config Release --verbose
+          cmake --build build_arm64 --config Release --verbose
 
   mingw:
     needs: [src]