From b2cbc7e34daca663cbeb0b8ab7be787dd4460120 Mon Sep 17 00:00:00 2001 From: Joseph Mattello Date: Fri, 30 Dec 2022 15:17:55 -0500 Subject: [PATCH] github action please work Signed-off-by: Joseph Mattello --- .github/workflows/build.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12561122..8c7c73a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,16 +62,19 @@ jobs: # ${{ runner.os }}-build- # ${{ runner.os }}- - # - name: Install dependencies - # run: brew install ldid - # - name: Install rustup - # uses: actions-rs/toolchain@v1 - # with: - # toolchain: stable - # override: true - # target: aarch64-apple-ios + - name: Install dependencies + run: brew install ldid + + - name: Install rustup + uses: actions-rs/toolchain@v1 + with: + toolchain: stable + override: true + target: aarch64-apple-ios + # - name: Create emotional damage # run: cd Dependencies/em_proxy && cargo build --release --target aarch64-apple-ios + # - name: Build minimuxer # run: cd Dependencies/minimuxer && cargo build --release --target aarch64-apple-ios