Skip to content

Commit

Permalink
ci: Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Sep 3, 2024
1 parent 0088514 commit e7c3910
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- run: xtensa-esp32-elf-gcc --version
- run: xtensa-esp32s2-elf-gcc --version
- run: xtensa-esp32s3-elf-gcc --version
- run: riscv32-esp-elf-gcc --version

check-arguments:
name: Check `buildtarget`, `version`, `override` and `ldproxy` arguments
Expand All @@ -43,7 +42,6 @@ jobs:
- run: rustc +esp --print target-list | grep xtensa
- run: env | grep LIBCLANG_PATH
- run: xtensa-esp32-elf-gcc --version
- run: riscv32-esp-elf-gcc --version
- run: ls $HOME/.cargo/bin/ldproxy | grep ldproxy
- run: cargo +esp --version | grep 1.64.0
- run: rustup default | grep stable

0 comments on commit e7c3910

Please sign in to comment.