mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
Add OmniOS extra publisher setup to workflows
- Updated both `rust.yml` and `release.yml` to configure the extra OmniOS publisher for additional package installations.
This commit is contained in:
parent
4d96cf1d2b
commit
d7c7079374
2 changed files with 2 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
||||||
uses: vmactions/omnios-vm@v1
|
uses: vmactions/omnios-vm@v1
|
||||||
with:
|
with:
|
||||||
prepare: |
|
prepare: |
|
||||||
|
pkg set-publisher -g https://pkg.omnios.org/r151056/extra/ extra.omnios
|
||||||
pkg install -v developer/lang/rustc build-essential jq
|
pkg install -v developer/lang/rustc build-essential jq
|
||||||
run: |
|
run: |
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
|
||||||
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
|
@ -96,6 +96,7 @@ jobs:
|
||||||
uses: vmactions/omnios-vm@v1
|
uses: vmactions/omnios-vm@v1
|
||||||
with:
|
with:
|
||||||
prepare: |
|
prepare: |
|
||||||
|
pkg set-publisher -g https://pkg.omnios.org/r151056/extra/ extra.omnios
|
||||||
pkg install -v developer/lang/rustc build-essential jq
|
pkg install -v developer/lang/rustc build-essential jq
|
||||||
run: |
|
run: |
|
||||||
cargo run -p xtask -- build
|
cargo run -p xtask -- build
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue