Skip to content

Commit

Permalink
actions: disable building of kmods
Browse files Browse the repository at this point in the history
Signed-off-by: David Bauer <mail@david-bauer.net>
  • Loading branch information
blocktrron committed Oct 8, 2023
1 parent 4333888 commit 44b7793
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:
- uses: actions/checkout@v4

- name: Build
uses: openwrt/gh-action-sdk@main
uses: blocktrron/gh-action-sdk@skip-kmods
env:
ARCH: ${{ matrix.arch }}-${{ matrix.version }}
KEY_BUILD: |
untrusted comment: private key 7580714ee0d0b178
RWRCSwAAAABqaz5Tmbv63Wvk42y8YA1HjJ8fPtSeBx11gHFO4NCxeECdO33e8TvyG85V8TI2e3+gG+jFr4Nft63N6gMGEmR/rqTiIXIxplpNm1AcdEF3SsT+mfwwud+YrhLkaeBpu3c=
NO_DEFAULT_FEEDS: 1
V: "s"
SKIP_KMODS: 1
- name: Store packages
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 44b7793

Please sign in to comment.