mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-08 05:00:02 +03:00
Remove commented out section, causing syntax errors?
This commit is contained in:
parent
7241a51b67
commit
bfd7b517cf
15
.github/workflows/macos.yml
vendored
15
.github/workflows/macos.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user