Skip to content

Commit 71372ce

Browse files
Update build.yml
1 parent f308e38 commit 71372ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
build:
1818
name: ${{ matrix.arch }} build
1919
runs-on: ubuntu-latest
20+
continue-on-error: true
2021
strategy:
2122
matrix:
2223
arch:
@@ -80,7 +81,6 @@ jobs:
8081

8182
- name: Build
8283
uses: openwrt/gh-action-sdk@main
83-
continue-on-error: true
8484
env:
8585
ARCH: ${{ matrix.arch }}-${{ github.event.inputs.openwrt_version }}
8686
V: sc

0 commit comments

Comments
 (0)