From bfd7b517cff4920dad07e8bfbea15f801e8efe0d Mon Sep 17 00:00:00 2001 From: Craig Drummond Date: Wed, 23 Feb 2022 18:07:24 +0000 Subject: [PATCH] Remove commented out section, causing syntax errors? --- .github/workflows/macos.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4a6b315..0b836a0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,29 +23,14 @@ jobs: run: | brew install ffmpeg@5 -# - name: Install Rust support for ARM64 & prepare environment -# run: | -# rustup target add aarch64-apple-darwin - - name: Build run: | mkdir releases cargo build --release strip target/release/bliss-analyser cp target/release/bliss-analyser releases/bliss-analyser -# cp target/release/bliss-analyser releases/bliss-analyser-x86_64 -# cargo build --target=aarch64-apple-darwin --release -# strip target/aarch64-apple-darwin/release/bliss-analyser -# cp target/aarch64-apple-darwin/release/bliss-analyser releases/bliss-analyser-arm64 ls -alR /usr/local/Cellar/ -# - name: Build fat binary -# run: | -# lipo -create \ -# -arch x86_64 releases/bliss-analyser-x86_64 \ -# -arch arm64 releases/bliss-analyser-arm64 \ -# -output releases/bliss-analyser - - name: Upload artifacts uses: actions/upload-artifact@v2 with: