workflows: fix os workflow

This commit is contained in:
Alex Zenla 2024-03-10 00:31:43 +00:00
parent f1eedd1667
commit 091a71d2ac
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
targets: "x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl"
- run: ./hack/ci/install-deps.sh
- run: ./hack/os/build.sh
env: