Skip to content
Snippets Groups Projects

Cirrus ci apple silicon

Merged Joe Donofry requested to merge cirrus_ci_apple_silicon into master
All threads resolved!
2 files
+ 1
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
2
@@ -22,8 +22,6 @@ if [ "${CI_PIPELINE_TRIGGERED}" ]; then
# so move it to the right place for the rest of the process.
( cd build || exit
unzip nheko.zip
mv build/nheko.app .
rm -rf build
)
fi
Loading