Use libraries from the registry
This commit is contained in:
committed by
Scott Lahteine
parent
40fce56585
commit
a0bbdde421
4
.github/workflows/test-builds.yml
vendored
4
.github/workflows/test-builds.yml
vendored
@ -106,6 +106,6 @@ jobs:
|
||||
# Inline tests script
|
||||
[[ "$GITHUB_REPOSITORY" == "MarlinFirmware/Marlin" ]] || exit 0
|
||||
chmod +x buildroot/bin/*
|
||||
chmod +x buildroot/share/tests/*
|
||||
export PATH=./buildroot/bin/:./buildroot/share/tests/:${PATH}
|
||||
chmod +x buildroot/tests/*
|
||||
export PATH=./buildroot/bin/:./buildroot/tests/:${PATH}
|
||||
run_tests . ${{ matrix.test-platform }}
|
||||
|
Reference in New Issue
Block a user