diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index bbc891cf6a..5048629a50 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -205,7 +205,7 @@ jobs: curl -L https://github.com/klever1988/sshactions/releases/download/cache/ib-$DEVICE.tar.xz | tar -Jxvf - mv *imagebuilder* ib && cd ib . $GITHUB_WORKSPACE/scripts/merge_files.sh - cp -a packages files/local_feed + mkdir -p files/local_feed && sudo mount --bind packages files/local_feed sed -i 's/luci-app-[^ ]*//g' include/target.mk $(find target/ -name Makefile) sed -i 's/$(OPKG) install $(BUILD_PACKAGES)/$(OPKG) install --force-overwrite $(BUILD_PACKAGES)/' Makefile ls packages/*.ipk | xargs -n1 basename > package.files