Fix main.sh
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 34s

This commit is contained in:
ferreo 2024-09-02 21:11:42 +01:00
parent d52a926f8f
commit e47747b706
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1 2

View File

@ -10,7 +10,7 @@ echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream # Clone Upstream
mkdir -p ./falcon mkdir -p ./falcon
cp -rvf ./* ./pikman || true cp -rvf ./* ./falcon || true
cd ./falcon cd ./falcon
# Get build deps # Get build deps