diff options
Diffstat (limited to '.github/ci/build_interchange.sh')
-rwxr-xr-x | .github/ci/build_interchange.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/build_interchange.sh b/.github/ci/build_interchange.sh index c0da8b77..ed6e82bd 100755 --- a/.github/ci/build_interchange.sh +++ b/.github/ci/build_interchange.sh @@ -35,7 +35,7 @@ function get_dependencies { python3 -m pip install -r requirements.txt popd - if [ ${DEVICE} == "LIFCL-17" ]; then + if [ ${DEVICE} == "LIFCL-17" ] || [ ${DEVICE} == "LIFCL-40" ]; then # Install prjoxide curl --proto '=https' -sSf https://sh.rustup.rs | sh -s -- -y git clone --recursive https://github.com/gatecat/prjoxide.git |