Skip to content

Commit

Permalink
Revert "Updated project files"
Browse files Browse the repository at this point in the history
This reverts commit 9ed1744
  • Loading branch information
andmev committed Sep 30, 2024
1 parent 88e66b5 commit 9132206
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,20 @@ jobs:
target: x86_64-apple-darwin
build: yarn build --target x86_64-apple-darwin
- host: windows-latest
build: yarn build --target x86_64-pc-windows-msvc
setup: |
sed -i '/openssl = { version = "0.10", features = \["vendored"\] }/d' Cargo.toml
target: x86_64-pc-windows-msvc
- host: windows-latest
build: yarn build --target i686-pc-windows-msvc
target: i686-pc-windows-msvc
setup: |
sed -i '/openssl = { version = "0.10", features = \["vendored"\] }/d' Cargo.toml
architecture: x86
build: yarn build --target i686-pc-windows-msvc
- host: windows-latest
target: aarch64-pc-windows-msvc
setup: |
sed -i '/openssl = { version = "0.10", features = \["vendored"\] }/d' Cargo.toml
build: yarn build --target aarch64-pc-windows-msvc
- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ clap = { version = "4.5.18", features = ["derive"] }
image = "0.25.2"
napi = { version = "2.16.11", default-features = false, features = ["async"] }
napi-derive = "2.16.12"
openssl = { version = "0.10", features = ["vendored"] }
regex = "1.11.0"
reqwest = { version = "0.12.7", features = ["json", "stream"] }
tokio = { version = "1.40.0", features = ["full"] }
Expand Down

0 comments on commit 9132206

Please sign in to comment.