Skip to content

Commit c393f48

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/upload.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ 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+
4046
- name: Build and upload binaries
4147
uses: taiki-e/upload-rust-binary-action@v1
4248
with:
@@ -55,12 +61,6 @@ jobs:
5561
- name: Checkout the repository
5662
uses: actions/checkout@v4
5763

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-
6464
- name: Update codesnap formula
6565
uses: peter-evans/repository-dispatch@v3
6666
with:

0 commit comments

Comments
 (0)