Skip to content

Commit 1c04290

Browse files
committed
[Stub] test cross-compile
1 parent 9fbf061 commit 1c04290

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/upload.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
zip: windows
4848
token: ${{ secrets.PAT }}
4949
archive: $bin-cli_$tag_$target
50-
build-tool: cross
5150

5251
release-formula:
5352
needs: upload-assets
@@ -56,6 +55,12 @@ jobs:
5655
- name: Checkout the repository
5756
uses: actions/checkout@v4
5857

58+
- name: Install openssl
59+
if: matrix.os == 'ubuntu-latest'
60+
run: |
61+
sudo apt-get update
62+
sudo apt-get install -y libssl-dev
63+
5964
- name: Update codesnap formula
6065
uses: peter-evans/repository-dispatch@v3
6166
with:

Cross.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)