Skip to content

Commit

Permalink
Update ufbt_build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan authored May 20, 2024
1 parent f97b1c2 commit b8b5c96
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ufbt_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ jobs:
sdk-channel: dev
- name: release channel
sdk-channel: release
- name: Unofficial firmware
# example URL, replace with a valid one
# you can also use other modes for specifying SDK sources
sdk-index-url: https://flipper.example.com/directory.json
sdk-channel: dev
name: 'ufbt: Build for ${{ matrix.name }}'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build with ufbt
uses: flipperdevices/flipperzero-ufbt-action@v0.1.2
uses: flipperdevices/flipperzero-ufbt-action@v0.1.3
id: build-app
with:
sdk-channel: ${{ matrix.sdk-channel }}
Expand Down

0 comments on commit b8b5c96

Please sign in to comment.