mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 15:35:05 +00:00
Fixes
This commit is contained in:
parent
96c68db0de
commit
b6edd39539
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: "Install Python Dependencies"
|
- name: "Install Python Dependencies"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: pip install lark pyyaml
|
run: pip install lark==1.3.1 pyyaml==6.0.3
|
||||||
- name: "Run Devicetree Tests"
|
- name: "Run Devicetree Tests"
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: Buildscripts/DevicetreeCompiler/tests
|
working-directory: Buildscripts/DevicetreeCompiler/tests
|
||||||
|
|||||||
@ -51,7 +51,7 @@ add_custom_target(AlwaysRun
|
|||||||
add_custom_command(
|
add_custom_command(
|
||||||
OUTPUT "${GENERATED_DIR}/devicetree.c"
|
OUTPUT "${GENERATED_DIR}/devicetree.c"
|
||||||
"${GENERATED_DIR}/devicetree.h"
|
"${GENERATED_DIR}/devicetree.h"
|
||||||
COMMAND pip install lark pyyaml
|
COMMAND pip install lark==1.3.1 pyyaml==6.0.3
|
||||||
COMMAND python "${CMAKE_SOURCE_DIR}/Buildscripts/DevicetreeCompiler/compile.py"
|
COMMAND python "${CMAKE_SOURCE_DIR}/Buildscripts/DevicetreeCompiler/compile.py"
|
||||||
"${DEVICETREE_LOCATION}" "${GENERATED_DIR}"
|
"${DEVICETREE_LOCATION}" "${GENERATED_DIR}"
|
||||||
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
|
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user