Skip to content

Commit

Permalink
Use 'toit' executable. (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored May 21, 2024
1 parent afae06c commit 2f69bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
- name: Build the envelope tool
run: |
build/host/sdk/bin/toit.pkg install --project-root=tools
build/host/sdk/bin/toit.compile -o build/envelope-tool tools/main.toit
build/host/sdk/bin/toit pkg install --project-root=tools
build/host/sdk/bin/toit compile -o build/envelope-tool tools/main.toit
- name: Setting the variants
run: |
Expand Down

0 comments on commit 2f69bd6

Please sign in to comment.