mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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/ci/install-deps.sh
|
||||||
- run: ./hack/os/build.sh
|
- run: ./hack/os/build.sh
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user