Skip to content

Commit

Permalink
try manual espup
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Aug 12, 2024
1 parent 50a37b8 commit 4b114bc
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/cpp_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ jobs:
strategy:
matrix:
target: [riscv32imafc-esp-espidf]
host: [ubuntu-20.04]
host: [ubuntu-20.04, windows-2022, macOS-12]
fail-fast: false

runs-on: ${{ matrix.host }}
steps:
Expand All @@ -131,11 +132,15 @@ jobs:
with:
old-ubuntu: true
- uses: dtolnay/rust-toolchain@stable
- uses: esp-rs/xtensa-toolchain@v1.5
with:
default: true
buildtargets: esp32
ldproxy: false
- id: install espup
run: |
cargo install espup
espup install
- id: add esp toolchains to PATH
if: runner.os == 'Linux'
run: |
source "$HOME/exports"
echo "$PATH" >> "$GITHUB_PATH"
# - uses: baptiste0928/cargo-install@v3
# with:
# crate: cargo-about
Expand Down

0 comments on commit 4b114bc

Please sign in to comment.