Skip to content

Commit

Permalink
Fix building error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kongfl888 committed Jun 22, 2020
1 parent e50c4db commit c4d2ee1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -9,14 +9,14 @@ on:
- 'base_rk3328.seed'
- 'app.rk3328.seed'
schedule:
- cron: '10 13 * * 1,3,5'
- cron: '10 13 * * 5'

jobs:

build:

runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
continue-on-error: true
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
- name: Add smartdns
run: |
git clone -b master --single-branch https://github.com/pymumu/openwrt-smartdns.git
git clone -b master --single-branch https://github.com/pymumu/luci-app-smartdns.git
git clone -b lede --single-branch https://github.com/pymumu/luci-app-smartdns.git
mv luci-app-smartdns friendlywrt-rk3328/friendlywrt/package
mkdir -p friendlywrt-rk3328/friendlywrt/package/net/smartdns
mv openwrt-smartdns/* friendlywrt-rk3328/friendlywrt/package/net/smartdns
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
run: |
cd friendlywrt-rk3328
sed -i 's/set -eu/set -u/' scripts/mk-friendlywrt.sh
./build.sh nanopi_r2s.mk
./build.sh nanopi_r2s.mk || echo "0"
# - name: Zip Files
# run: |
Expand Down

0 comments on commit c4d2ee1

Please sign in to comment.