Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Oct 10, 2024
1 parent 11452eb commit 10985d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,14 @@ jobs:

- name: "Get commit details"
run: |
git add applications/external
BUILD_TYPE='DEBUG=0 COMPACT=1'
echo "FBT_BUILD_TYPE=$BUILD_TYPE" >> $GITHUB_ENV
echo "TARGET=${{ matrix.target }}" >> $GITHUB_ENV
echo "TARGET_HW=$(echo "${{ matrix.target }}" | sed 's/f//')" >> $GITHUB_ENV
- name: "Build the firmware and apps"
run: |
ls -la
git add applications/external
./fbt TARGET_HW=$TARGET_HW $FBT_BUILD_TYPE updater_package
- name: "Check for uncommitted changes"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: "Check formatting"
run: ./fbt lint_all
run: |
git add applications/external
./fbt lint_all

0 comments on commit 10985d5

Please sign in to comment.