action.yml: Run make pkg-manager-refresh
Before building jw-pkg from source, make pkg-install-release-deps is called without refreshing the package manager before. Fix that by calling make -C jw-pkg pkg-manager-refresh.
Note that it's called again later. Leaving that in because the second step doesn't hurt, and the first steppe might get scrapped entirely at some point.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
815e7c3df1
commit
74f5f55aac
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ runs:
|
||||||
owner=janware
|
owner=janware
|
||||||
makefile=$PROJECTS_DIR_REMOTE_BASE/$owner/jw-pkg/raw/branch/master/make/projects-dir-minimal.mk
|
makefile=$PROJECTS_DIR_REMOTE_BASE/$owner/jw-pkg/raw/branch/master/make/projects-dir-minimal.mk
|
||||||
curl --create-dirs -o build-jw-foss/Makefile $makefile
|
curl --create-dirs -o build-jw-foss/Makefile $makefile
|
||||||
|
make -C build-jw-foss pkg-manager-refresh
|
||||||
make -C build-jw-foss pkg-install-release-deps
|
make -C build-jw-foss pkg-install-release-deps
|
||||||
OFFLINE=true make -C build-jw-foss pkg-rebuild-reinstall
|
OFFLINE=true make -C build-jw-foss pkg-rebuild-reinstall
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue