added musl-tools to workflow

This commit is contained in:
WanderingPenwing 2024-07-22 21:35:00 +02:00
parent 57396e708f
commit ff3bc9c8aa

View file

@ -32,6 +32,11 @@ jobs:
toolchain: stable
override: true
- name: Install musl-gcc
run: |
sudo apt-get update
sudo apt-get install -y musl-tools
- name: Install target
run: rustup target add ${{ matrix.target }}