fix workflow again

This commit is contained in:
Matthew Esposito 2024-05-29 20:51:39 -04:00
parent 31d68afdc9
commit 4ea911e6b2

View File

@ -30,6 +30,9 @@ jobs:
with: with:
toolchain: stable toolchain: stable
- name: Install musl-gcc
run: sudo apt-get install musl-tools
- name: Install cargo musl target - name: Install cargo musl target
run: rustup target add x86_64-unknown-linux-musl run: rustup target add x86_64-unknown-linux-musl