Skip to content

Commit

Permalink
Ref WorkFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
lolo6oT authored Jan 24, 2024
1 parent dd0b72d commit 478c53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openwrt-awg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
target=${{ matrix.build_env.target}}
subtarget=${{ matrix.build_env.subtarget}}
export FORCE_UNSAFE_CONFIGURE=1
echo "pkgarch: ${pkgarch}, target: ${target}, subtarget: ${subtarget}"
rm -rf bin/packages/${pkgarch}/awgopenwrt/ || true
Expand All @@ -48,6 +47,7 @@ jobs:
- name: Make Download and World OpenWRT_v${{ matrix.tag }}
run: |
export FORCE_UNSAFE_CONFIGURE=1
echo "CONFIG_PACKAGE_kmod-amneziawg=m" >> .config
echo "CONFIG_PACKAGE_amneziawg-tools=y" >> .config
echo "CONFIG_PACKAGE_luci-app-amneziawg=y" >> .config
Expand Down

0 comments on commit 478c53f

Please sign in to comment.