Skip to content

Commit 40c6b64

Browse files
committed
minor cleanup
1 parent 2026d67 commit 40c6b64

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.cargo/config.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ CFLAGS_xtensa_esp32s3_espidf="-mlongcalls"
3131
# Directory for custom fonts (written in C) that Lvgl can use
3232
LVGL_FONTS_DIR = {relative = true, value = "custom-fonts"}
3333

34-
# If you are getting string.h NOT FOUND try including this. Edit for your correct path.
35-
#C_INCLUDE_PATH = "/home/runner/.rustup/toolchains/esp/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include"
34+
# If you are getting string.h NOT FOUND try including this. Edit for your correct path and toolchain version
35+
C_INCLUDE_PATH = "/home/ed/.rustup/toolchains/esp/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include"

.github/workflows/rust_ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313

1414
# Required otherwise lgvl-sys would fail to build with string.h not found
15-
C_INCLUDE_PATH: "/home/runner/.rustup/toolchains/esp/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/xtensa-esp-elf/include"
15+
C_INCLUDE_PATH: "/home/runner/.rustup/toolchains/esp/xtensa-esp-elf/esp-14.2.0_20240906/xtensa-esp-elf/xtensa-esp-elf/include"
1616

1717
jobs:
1818
rust-checks:
@@ -39,5 +39,6 @@ jobs:
3939
default: true
4040
buildtargets: esp32s3
4141
ldproxy: true
42+
version: 1.64.0.0
4243
- name: Run command
4344
run: cargo ${{ matrix.action.command }} ${{ matrix.action.args }}

0 commit comments

Comments
 (0)