Skip to content

Commit

Permalink
Remove packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Mar 14, 2024
1 parent e23c564 commit cfe997b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,13 @@ jobs:

- name: Update feeds
run: |
sed -i 's/#src-git helloworld/src-git helloworld/g' ./feeds.conf.default
./scripts/feeds update -a
./scripts/feeds install -a
- name: Remove failing packages
run: |
./scripts/feeds uninstall libpfring
- name: Generate configuration file
run: make defconfig

Expand Down

0 comments on commit cfe997b

Please sign in to comment.