Skip to content

Commit

Permalink
ci: Fix wokwi checks on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Sep 17, 2024
1 parent 07edbea commit 12ceec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wokwi_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
run: |
cd /home/esp/workspace/${{ matrix.project.path }}
export SSID="Wokwi-GUEST" && export PASSWORD=""
/home/esp/.cargo/bin/cargo build --release --out-dir /home/esp/workspace/${{ matrix.project.path }}/${{ matrix.project.name }} -Z unstable-options
/home/esp/.cargo/bin/cargo build --release
cp /home/esp/workspace/${{ matrix.project.path }}/target/riscv32imc-unknown-none-elf/release/${{ matrix.project.name }} /home/esp/workspace/${{ matrix.project.path }}/${{ matrix.project.name }}
rm -rf /home/esp/workspace/${{ matrix.project.path }}/target
- run: cat ${{ matrix.project.path }}/wokwi.toml
Expand Down

0 comments on commit 12ceec5

Please sign in to comment.