chore: another attempt at fixing rebuilds

This commit is contained in:
Marcus Holland-Moritz 2023-11-21 21:48:39 +01:00
parent 32da9c7577
commit cebfea15c1

View File

@ -113,7 +113,7 @@ if [[ "-$BUILD_TYPE-" == *-static-* ]]; then
rm -rf build rm -rf build
tar xvf "dwarfs-${VERSION}.tar.zst" tar xvf "dwarfs-${VERSION}.tar.zst"
ln -s "dwarfs-${VERSION}" dwarfs mv "dwarfs-${VERSION}" dwarfs
mkdir build mkdir build
cd build cd build