Skip to content

Commit

Permalink
Merge pull request #97 from a-gave/fix/ci-fails
Browse files Browse the repository at this point in the history
fix: ci build packages failed
  • Loading branch information
ilario authored Nov 19, 2024
2 parents 17ee77a + 4c0fbbf commit 368adf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- uses: actions/checkout@v2

- name: Build packages
uses: openwrt/gh-action-sdk@v5
uses: openwrt/gh-action-sdk@v7
env:
ARCH: "x86_64"
ARCH: "x86_64-openwrt-23.05"
EXTRA_FEEDS: "src-git|libremesh|https://github.com/libremesh/lime-packages.git"
FEEDNAME: "profiles"
IGNORE_ERRORS: "n m y"
Expand Down

0 comments on commit 368adf1

Please sign in to comment.