Skip to content

Commit

Permalink
github: add necessary Gluon package source
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Mar 19, 2024
1 parent 1c893f6 commit 34afb64
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ jobs:
- "main"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: freifunk-gluon/gluon
path: gluon
ref: 2689bcddc34f7e17b98844d87f5d96cc3414d50b
- name: Move gluon packages
run: mv gluon/package package/
- name: Remove Gluon
run: rm -rf gluon
- name: Build
uses: openwrt/gh-action-sdk@v7
env:
Expand Down

0 comments on commit 34afb64

Please sign in to comment.