Commit 40c6b64 1 parent 2026d67 commit 40c6b64 Copy full SHA for 40c6b64
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ CFLAGS_xtensa_esp32s3_espidf="-mlongcalls"
31
31
# Directory for custom fonts (written in C) that Lvgl can use
32
32
LVGL_FONTS_DIR = {relative = true , value = " custom-fonts" }
33
33
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"
Original file line number Diff line number Diff line change 12
12
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
13
13
14
14
# 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"
16
16
17
17
jobs :
18
18
rust-checks :
39
39
default : true
40
40
buildtargets : esp32s3
41
41
ldproxy : true
42
+ version : 1.64.0.0
42
43
- name : Run command
43
44
run : cargo ${{ matrix.action.command }} ${{ matrix.action.args }}
You can’t perform that action at this time.
0 commit comments