Skip to content

Commit 6afa168

Browse files
committed
[Stub] test cross-compile
1 parent c393f48 commit 6afa168

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/workflows/upload.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ jobs:
3737
- name: Checkout the repository
3838
uses: actions/checkout@v4
3939

40-
- name: Install openssl
41-
if: matrix.os == 'ubuntu-latest'
42-
run: |
43-
sudo apt-get update
44-
sudo apt-get install -y libssl-dev
45-
4640
- name: Build and upload binaries
4741
uses: taiki-e/upload-rust-binary-action@v1
4842
with:

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ serde = "1.0.217"
2424
serde_json = "1.0.132"
2525
theme-converter = "0.1.2"
2626
tokio = { version = "1.44.2", features = ["full"] }
27+
openssl = { version = "0.10", features = ["vendored"] }

0 commit comments

Comments
 (0)