Skip to content

Commit

Permalink
Merge pull request #2337 from dusk-network/ci-copy-artifact
Browse files Browse the repository at this point in the history
CI: changed target to make rusk on copy binary CI
  • Loading branch information
Fulviuus authored Sep 10, 2024
2 parents 75293b2 + f19a9d3 commit 2622c30
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/binary_copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,20 @@ jobs:
name: Make rusk
runs-on: core
steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- run: make
- name: Checkout repository
uses: actions/checkout@v4

- name: Rust toolchain
uses: dsherret/rust-toolchain-file@v1

- name: Setting up Node 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
scope: "@dusk-network"

- name: Build node
run: make all
copy_to_host:
needs: build
runs-on: core
Expand Down

0 comments on commit 2622c30

Please sign in to comment.