Skip to content

Commit f61fb48

Browse files
committed
clean
1 parent 51f06ae commit f61fb48

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-win-arm64-test.yml

-8
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
.\vcpkg\bootstrap-vcpkg.bat
3636
shell: cmd
3737

38-
# - name: Setup vcpkg
39-
# run: |
40-
# .\vcpkg\vcpkg install --triplet arm64-windows-static
41-
# shell: cmd
42-
4338
- name: Install npm
4439
run: |
4540
npm install --ignore-scripts
@@ -50,7 +45,4 @@ jobs:
5045
env:
5146
CMAKE_TOOLCHAIN_FILE: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
5247
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
5648
CI: true

0 commit comments

Comments
 (0)