Skip to content

Commit f15024e

Browse files
committed
add linux package install
1 parent 9a0acd2 commit f15024e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
- name: Checkout repository
7878
uses: actions/checkout@v3
7979

80+
- name: Install packages (Ubuntu)
81+
if: matrix.os == 'ubuntu-latest'
82+
run: |
83+
apt-get install musl-tools
84+
8085
- name: Install Rust
8186
uses: actions-rs/toolchain@v1
8287
with:

0 commit comments

Comments
 (0)