File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
actions/spin-ci-dependencies Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ inputs:
78
78
default : ' false'
79
79
type : bool
80
80
81
- vcpkg :
82
- description : ' setup vcpkg '
81
+ openssl-windows :
82
+ description : ' setup openssl on windows '
83
83
required : false
84
84
default : ' false'
85
85
type : bool
@@ -136,10 +136,10 @@ runs:
136
136
with :
137
137
version : ${{ inputs.tinygo-version }}
138
138
139
- # # Install vcpgk
140
- - name : " Install vcpkg "
139
+ # # Install openssl
140
+ - name : " Install openssl on windows "
141
141
run : |
142
142
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
143
143
vcpkg install openssl:x64-windows-static-md
144
144
shell : pwsh
145
- if : ${{ inputs.vcpkg == 'true' }}
145
+ if : ${{ inputs.openssl-windows == 'true' }}
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
rust : true
127
127
rust-wasm : true
128
128
rust-cache : true
129
- vcpkg : " ${{ matrix.os == 'windows-latest' }}"
129
+ openssl-windows : " ${{ matrix.os == 'windows-latest' }}"
130
130
131
131
- name : Cargo Build
132
132
run : cargo build --workspace --release --all-targets
@@ -280,8 +280,7 @@ jobs:
280
280
- name : setup dependencies
281
281
uses : ./.github/actions/spin-ci-dependencies
282
282
with :
283
- vcpkg : " ${{ matrix.os == 'windows-latest' }}"
284
- openssl-mac : " ${{ matrix.os == 'macos-latest' }}"
283
+ openssl-windows : " ${{ matrix.os == 'windows-latest' }}"
285
284
286
285
- name : build release
287
286
shell : bash
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
- name : setup dependencies
118
118
uses : ./.github/actions/spin-ci-dependencies
119
119
with :
120
- vcpkg : " ${{ matrix.os == 'windows-latest' }}"
120
+ openssl-windows : " ${{ matrix.os == 'windows-latest' }}"
121
121
122
122
- name : build release
123
123
shell : bash
You can’t perform that action at this time.
0 commit comments