Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 8cec13f

Browse files
committed
Workflows: Add dependence Toolchain for Upload workflow
1 parent 59cca8e commit 8cec13f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-rpi4-lean-openwrt-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
path: ${{ env.OPENWRTROOT }}/${{ env.TARGET }}-${{ env.SUBTARGET }}.zip
340340

341341
Upload:
342-
needs: [Build]
342+
needs: [Build, Toolchain]
343343
runs-on: ubuntu-20.04
344344

345345
steps:

0 commit comments

Comments
 (0)