Skip to content

Commit

Permalink
Update amlogic-s905x.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Haris131 authored Mar 30, 2023
1 parent 211a3a7 commit d323d06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/amlogic-s905x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ jobs:
run: cd openwrt && ./scripts/feeds update -a

- name: Install feeds
run: cd openwrt && ./scripts/feeds install -a
run: |
cd openwrt
rm -rf feeds/packages/net/redsocks
./scripts/feeds install -a
- name: Load custom configuration
run: |
Expand Down

0 comments on commit d323d06

Please sign in to comment.