File tree 1 file changed +9
-14
lines changed
1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -31,31 +31,26 @@ jobs:
31
31
32
32
- name : install vcpkg
33
33
run : |
34
- git submodule update --init --recursive
34
+ git submodule update --init --recursive vcpkg
35
35
.\vcpkg\bootstrap-vcpkg.bat
36
36
shell : cmd
37
37
38
- - name : Setup vcpkg
39
- run : |
40
- .\vcpkg\vcpkg install --triplet arm64-windows-static
41
- shell : cmd
38
+ # - name: Setup vcpkg
39
+ # run: |
40
+ # .\vcpkg\vcpkg install --triplet arm64-windows-static
41
+ # shell: cmd
42
42
43
43
- name : Install npm
44
44
run : |
45
45
npm install --ignore-scripts
46
46
47
47
- name : Build
48
48
run : |
49
- node_modules/.bin/prebuild -r napi --arch arm64 --backend cmake-js
49
+ node_modules/.bin/prebuild -r napi --backend cmake-js -- arch arm64 --upload -u ${{ secrets.GITHUB_TOKEN }}
50
50
env :
51
51
CMAKE_TOOLCHAIN_FILE : ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
52
52
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
- CI : true
57
-
58
- - name : Upload
59
- run : node_modules/.bin/prebuild -r napi --upload -u ${{ secrets.GITHUB_TOKEN }}
60
- env :
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
61
56
CI : true
You can’t perform that action at this time.
0 commit comments