Skip to content

Commit 52ed3cf

Browse files
committed
CI: Add RISC-V as dependency for deploy step
1 parent a5b67da commit 52ed3cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
deploy-pages:
222222
permissions:
223223
contents: write
224-
needs: [build-linux, build-arm, build-esp32, build-macos]
224+
needs: [build-linux, build-arm, build-esp32, build-macos, build-riscv]
225225
runs-on: ubuntu-latest
226226

227227
steps:

0 commit comments

Comments
 (0)