Skip to content

Commit

Permalink
ci: Remove source commadn
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 9, 2023
1 parent 7eb9962 commit f58d349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wokwi_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
image: espressif/rust-std-training
options: -u esp -v ${{ github.workspace }}:/home/esp/workspace
run: |
. /home/esp/export-esp.sh
cp /home/esp/workspace/${{ matrix.project.name }}/*.rs ${{ matrix.project.name }}/src/
cd ${{ matrix.project.name }}
cargo build --release --out-dir /home/esp/workspace/${{ matrix.project.name }} -Z unstable-options
Expand Down

0 comments on commit f58d349

Please sign in to comment.