Skip to content

Commit

Permalink
remove id
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Nov 29, 2024
1 parent e6aa271 commit 09789a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,13 @@ jobs:
${{ runner.os }}-cargo-
- name: Build Paseo
id: build
run: |
nix develop -c sh -c 'cd control && cargo build --features paseo'
- name: Build Polkadot
id: build
run: |
nix develop -c sh -c 'cd control && cargo build --features polkadot'
- name: Build Westend
id: build
run: |
nix develop -c sh -c 'cd control && cargo build --features westend'

0 comments on commit 09789a3

Please sign in to comment.