mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
workflows: fix os workflow
This commit is contained in:
parent
f1eedd1667
commit
091a71d2ac
3
.github/workflows/os.yml
vendored
3
.github/workflows/os.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user