Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez authored and ivmarkov committed Jul 19, 2022
1 parent 7f8be20 commit 17b9fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: (NOSTD, NATIVE, V4.4) Build | Compile
run: cd testnostd; cargo build
- name: (STD, CMake, V4.4) Generate
run: cargo generate --git https://github.com/ivmarkov/esp-idf-template cmake --name testidf --vcs none --silent -d std=true -d espidfver=v4.4
run: cargo generate --git https://github.com/ivmarkov/esp-idf-template cmake --name testidf --vcs none --silent -d toolchain=nightly -d std=true -d espidfver=v4.4
- name: (STD, CMake, V4.4) ESP-IDF | Checkout
run: git clone https://github.com/espressif/esp-idf; git -C esp-idf checkout release/v4.4
- name: (STD, CMake, V4.4) ESP-IDF | Install Tooling
Expand Down

0 comments on commit 17b9fcf

Please sign in to comment.