github action please work

Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
Joseph Mattello
2022-12-30 15:17:55 -05:00
parent f449e46695
commit 6d4c221f99

View File

@@ -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