Skip to content

Commit

Permalink
Restore a forgotten +
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 5, 2025
1 parent 6f4bef3 commit 16636c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export SSID := "Dummy"
export PASSWORD := "Dummy"

all: (check "esp32" "esp") (check "esp32s3" "esp") (check "esp32c3" "nightly-2024-12-01")
cd esp-mbedtls && cargo nightly-2024-12-01 fmt --all -- --check
cd esp-mbedtls && cargo +nightly-2024-12-01 fmt --all -- --check

[private]
check arch toolchain:
Expand Down

0 comments on commit 16636c8

Please sign in to comment.