Skip to content

Commit

Permalink
Disable passwal
Browse files Browse the repository at this point in the history
  • Loading branch information
milkice233 authored Nov 22, 2023
1 parent 01a8277 commit 8255d9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/openwrt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
git checkout
cd ../../
- name: Add passwall
run: |
echo "src-git PWpackages https://github.com/xiaorouji/openwrt-passwall.git;packages" >> feeds.conf.default
echo "src-git PWluci https://github.com/xiaorouji/openwrt-passwall.git;luci" >> feeds.conf.default
# - name: Add passwall
# run: |
# echo "src-git PWpackages https://github.com/xiaorouji/openwrt-passwall.git;packages" >> feeds.conf.default
# echo "src-git PWluci https://github.com/xiaorouji/openwrt-passwall.git;luci" >> feeds.conf.default

- name: Update & Install feeds
run: |
Expand Down

0 comments on commit 8255d9b

Please sign in to comment.