Skip to content

Commit

Permalink
Only build the envelope.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed May 30, 2024
1 parent 7ba6c27 commit a75d1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
TARGET=host;
fi
echo "HOST_TARGET=$TARGET" >> $GITHUB_ENV
make -C toit TARGET=$TARGET BUILD=$PWD/build sdk
make -C toit TARGET=$TARGET BUILD=$PWD/build build-envelope
- name: Prepare envelopes for upload
shell: bash
Expand Down

0 comments on commit a75d1e1

Please sign in to comment.