Skip to content

Commit

Permalink
# test dep sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Feb 20, 2024
1 parent 4d5ceb8 commit ef088df
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,7 @@ jobs:
- name: Update
working-directory: ${{ inputs.openwrt_dir }}
run: |
reset_feeds=(feeds/packages)
for t in ${reset_feeds[@]};do
if [ -d "$t/.git" ];then
(cd $t && git reset --hard && git clean -xdf)
fi
done
./scripts/feeds update -a && ./scripts/feeds install -a && ./feeds/plugin/main.sh install
run: ./scripts/feeds update -a && ./scripts/feeds install -a && ./feeds/plugin/main.sh install

- name: Config
working-directory: ${{ inputs.openwrt_dir }}
Expand Down

0 comments on commit ef088df

Please sign in to comment.