Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Aug 12, 2024
1 parent 4b114bc commit 7969e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ jobs:
with:
old-ubuntu: true
- uses: dtolnay/rust-toolchain@stable
- id: install espup
- name: install espup
run: |
cargo install espup
espup install
- id: add esp toolchains to PATH
- name: add esp toolchains to PATH
if: runner.os == 'Linux'
run: |
source "$HOME/exports"
Expand Down

0 comments on commit 7969e40

Please sign in to comment.