mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-21 06:33:11 +00:00
Build local_runner from workspace in binaries artifact
This commit is contained in:
parent
484f3ab646
commit
662e7a6928
5
.github/workflows/build-binaries.yml
vendored
5
.github/workflows/build-binaries.yml
vendored
@ -63,7 +63,10 @@ jobs:
|
||||
# Work around flate2 1.1.6 ambiguity issues by pinning to a fixed release.
|
||||
cargo +nightly-2025-09-14 update -p flate2 --precise 1.1.5
|
||||
cargo +nightly-2025-09-14 build --features testing --bins
|
||||
cargo +nightly-2025-09-14 build --features testing --bin local_runner -p runner-examples
|
||||
- name: Build local runner from workspace
|
||||
run: |
|
||||
cd "${GITHUB_WORKSPACE}"
|
||||
cargo +nightly-2025-09-14 build --features testing -p runner-examples --bin local_runner
|
||||
- name: Package binaries
|
||||
run: |
|
||||
mkdir -p artifacts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user