Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Feb 12, 2025
1 parent b997654 commit ab68f2b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,21 @@ jobs:
include:
- target: riscv32imc-esp-espidf
idf-version: v5.1.3
rustflags: "--cfg espidf_time64"
ble5-example: true
- target: riscv32imc-esp-espidf
idf-version: v5.2.1
rustflags: " --cfg espidf_time64"
- target: riscv32imc-esp-espidf
idf-version: v5.3.2
rustflags: " --cfg espidf_time64"
- target: riscv32imac-esp-espidf
idf-version: v5.1.3
rustflags: "--cfg espidf_time64"
mcu: esp32c6
- target: xtensa-esp32-espidf
idf-version: v5.1.3
rustflags: "--cfg espidf_time64"
ble-example: true
- target: xtensa-esp32-espidf
idf-version: v5.2.1
rustflags: "--cfg espidf_time64"
- target: xtensa-esp32-espidf
idf-version: v5.3.2
rustflags: "--cfg espidf_time64"

steps:
- name: Setup | Checkout
Expand All @@ -58,7 +51,7 @@ jobs:
- name: Setup env
run: |
echo "ESP_IDF_VERSION=${{ matrix.idf-version }}" >> "$GITHUB_ENV"
echo "RUSTFLAGS=${{ matrix.rustflags }}" >> "$GITHUB_ENV"
echo "RUSTFLAGS=--cfg espidf_time64" >> "$GITHUB_ENV"
- name: Fmt check
run: cargo fmt --check
- name: Clippy check
Expand Down

0 comments on commit ab68f2b

Please sign in to comment.