Skip to content

Commit

Permalink
use cargo --manifest_path instead of cd
Browse files Browse the repository at this point in the history
  • Loading branch information
twoshark committed Feb 3, 2024
1 parent 5c554a3 commit 2e4a999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
buildtargets: esp32
ldproxy: true
- name: Run command
run: cd {{ matrix.crate }} && cargo ${{ matrix.action.command }} ${{ matrix.action.args }}
run: cargo ${{ matrix.action.command }} ${{ matrix.action.args }} --manifest-path=${{ matrix.crate }}/Cargo.toml

0 comments on commit 2e4a999

Please sign in to comment.