Skip to content

Commit 0a9a39b

Browse files
authored
ci: Build win-arm64 cli with rustls (#13989)
1 parent 7082094 commit 0a9a39b

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.github/workflows/publish-cli-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- host: windows-latest
4444
architecture: x64
4545
target: aarch64-pc-windows-msvc
46-
build: yarn build:release --target aarch64-pc-windows-msvc --features native-tls,native-tls-vendored --cargo-flags="--no-default-features"
46+
build: yarn build:release --target aarch64-pc-windows-msvc
4747
- host: ubuntu-20.04
4848
target: x86_64-unknown-linux-gnu
4949
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian

.github/workflows/publish-cli-rs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- os: windows-latest
3838
rust_target: aarch64-pc-windows-msvc
3939
ext: ".exe"
40-
args: "--no-default-features --features native-tls,native-tls-vendored"
40+
args: ""
4141

4242
steps:
4343
- name: Checkout

core/tauri-config-schema/schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@
248248
},
249249
"version": {
250250
"description": "App version. It is a semver version number or a path to a `package.json` file containing the `version` field. If removed the version number from `Cargo.toml` is used.",
251-
"default": null,
252251
"type": [
253252
"string",
254253
"null"

tooling/cli/schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@
248248
},
249249
"version": {
250250
"description": "App version. It is a semver version number or a path to a `package.json` file containing the `version` field. If removed the version number from `Cargo.toml` is used.",
251-
"default": null,
252251
"type": [
253252
"string",
254253
"null"

0 commit comments

Comments
 (0)