Skip to content

Commit

Permalink
ci: Fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 9, 2023
1 parent 41fd795 commit 7eb9962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wokwi_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Test code example in Docker image
uses: addnab/docker-run-action@v3
with:
image: wokwi/builder-rust-${{ matrix.project.env }}-esp
image: espressif/rust-std-training
options: -u esp -v ${{ github.workspace }}:/home/esp/workspace
run: |
. /home/esp/export-esp.sh
Expand Down

0 comments on commit 7eb9962

Please sign in to comment.