Skip to content

Commit

Permalink
Update Build_OP_x86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
y3kking authored Mar 28, 2024
1 parent 3cb5365 commit 2464414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_OP_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
./scripts/feeds update -a
./scripts/feeds install -a
./scripts/feeds install -a
curl -sSL https://raw.githubusercontent.com/chenmozhijin/turboacc/luci/add_turboacc.sh -o add_turboacc.sh && bash add_turboacc.sh
#- name: Import external feeds - passwall
# working-directory: ./openwrt
Expand All @@ -99,7 +100,6 @@ jobs:
- name: Download package
working-directory: ./openwrt
run: |
curl -sSL https://raw.githubusercontent.com/chenmozhijin/turboacc/luci/add_turboacc.sh -o add_turboacc.sh && bash add_turboacc.sh
make download -j$(nproc)
find dl -size -1024c -exec ls -l {} \;
find dl -size -1024c -exec rm -f {} \;
Expand Down

0 comments on commit 2464414

Please sign in to comment.