Skip to content

Commit

Permalink
disable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Apr 13, 2024
1 parent 4943d0a commit 7d42bc7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ jobs:
- name: Checkout OpenWrt
uses: actions/checkout@v3

- name: Update feeds
run: |
./scripts/feeds update -a
./scripts/feeds install -a
- name: Remove failing packages
run: |
./scripts/feeds uninstall libpfring
# - name: Update feeds
# run: |
# ./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 7d42bc7

Please sign in to comment.