Skip to content

Commit

Permalink
ci: testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 15, 2023
1 parent 89f171a commit a036fa3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: "riot-rs compilation test"
run: laze build --partition hash:${{ matrix.partition }} --builders nrf52840dk,rpi-pico -g
run: |
echo RUSTC_WRAPPER=${RUSTC_WRAPPER}
laze build --partition hash:${{ matrix.partition }} --builders nrf52840dk,rpi-pico -g
echo DONE
CI-success:
if: ${{ always() }}
Expand Down

0 comments on commit a036fa3

Please sign in to comment.