Skip to content

Commit

Permalink
workflow: enable parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Nov 9, 2024
1 parent ad78010 commit 6c46f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:

- name: Build firmware
run: |
BOARD=${{ matrix.thingino-version }} make
BOARD=${{ matrix.thingino-version }} make fast
TIME=$(date -d @${SECONDS} +%M:%S)
echo "TIME=${TIME}" >> ${GITHUB_ENV}
Expand Down

0 comments on commit 6c46f2c

Please sign in to comment.