correct musl
This commit is contained in:
parent
34694a895d
commit
3a21efc525
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -28,6 +28,6 @@ jobs:
|
|||||||
version: 'latest'
|
version: 'latest'
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install xmllint
|
- name: Install xmllint
|
||||||
run: sudo apt-get install musl-gcc-dev
|
run: sudo apt-get install musl-tools
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo make build_standalone
|
run: cargo make build_standalone
|
Loading…
Reference in New Issue
Block a user