We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f06ae commit f61fb48Copy full SHA for f61fb48
.github/workflows/build-win-arm64-test.yml
@@ -35,11 +35,6 @@ jobs:
35
.\vcpkg\bootstrap-vcpkg.bat
36
shell: cmd
37
38
- # - name: Setup vcpkg
39
- # run: |
40
- # .\vcpkg\vcpkg install --triplet arm64-windows-static
41
- # shell: cmd
42
-
43
- name: Install npm
44
run: |
45
npm install --ignore-scripts
@@ -50,7 +45,4 @@ jobs:
50
env:
51
46
CMAKE_TOOLCHAIN_FILE: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
52
47
VCPKG_TARGET_TRIPLET: arm64-windows-static
53
- # OPENSSL_ROOT_DIR: ${{ github.workspace }}/vcpkg/installed/arm64-windows-static
54
- # OPENSSL_LIBRARIES: ${{ github.workspace }}/vcpkg/installed/arm64-windows-static/lib
55
- # OPENSSL_INCLUDE_DIR: ${{ github.workspace }}/vcpkg/installed/arm64-windows-static/include
56
48
CI: true
0 commit comments