Skip to content

Commit

Permalink
add SUBSTRATE_ENABLE_POLKAVM=1 to .github/workflows/build-misc.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jarkko Sakkinen <[email protected]>
  • Loading branch information
jarkkojs committed Dec 14, 2024
1 parent 8b0fcd6 commit 82ab893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Build
env:
SUBSTRATE_RUNTIME_TARGET: riscv
SUBSTRATE_ENABLE_POLKAVM: 1
id: required
run: |
forklift cargo check -p minimal-template-runtime
Expand Down

0 comments on commit 82ab893

Please sign in to comment.