Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 17, 2024
1 parent aeed09e commit f1b5d44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-cross-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:

cross-compile:
name: cross-compiling
needs: build-cross-config
runs-on: "ubuntu-20.04"
timeout-minutes: 20
strategy:
Expand All @@ -75,8 +76,15 @@ jobs:
with:
cache-version: ${{ secrets.CACHE_VERSION }}

- uses: actions/download-artifact@v4
with:
name: build-cross
path: ot3-firmware


- name: Run format-ci
run: |
ls -la
cd build-cross
make ${{ matrix.target }}-format-ci
Expand Down

0 comments on commit f1b5d44

Please sign in to comment.