Use libraries from the registry

This commit is contained in:
Scott Lahteine
2020-06-22 21:28:04 -05:00
committed by Scott Lahteine
parent 40fce56585
commit a0bbdde421
4 changed files with 38 additions and 30 deletions

View File

@ -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 }}