Skip to content

Commit

Permalink
Merge pull request #1140 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 06609f6 + 4781491 commit 88b0846
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 @@ -22,9 +22,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"
FEEDNAME: "libremesh"
IGNORE_ERRORS: "n m y"
KEY_BUILD: "${{ secrets.KEY_BUILD }}"
Expand Down

0 comments on commit 88b0846

Please sign in to comment.