mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-18 11:13:28 +01:00
github action please work
Signed-off-by: Joseph Mattello <mail@joemattiello.com>
This commit is contained in:
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@@ -62,16 +62,19 @@ jobs:
|
|||||||
# ${{ runner.os }}-build-
|
# ${{ runner.os }}-build-
|
||||||
# ${{ runner.os }}-
|
# ${{ runner.os }}-
|
||||||
|
|
||||||
# - name: Install dependencies
|
- name: Install dependencies
|
||||||
# run: brew install ldid
|
run: brew install ldid
|
||||||
# - name: Install rustup
|
|
||||||
# uses: actions-rs/toolchain@v1
|
- name: Install rustup
|
||||||
# with:
|
uses: actions-rs/toolchain@v1
|
||||||
# toolchain: stable
|
with:
|
||||||
# override: true
|
toolchain: stable
|
||||||
# target: aarch64-apple-ios
|
override: true
|
||||||
|
target: aarch64-apple-ios
|
||||||
|
|
||||||
# - name: Create emotional damage
|
# - name: Create emotional damage
|
||||||
# run: cd Dependencies/em_proxy && cargo build --release --target aarch64-apple-ios
|
# run: cd Dependencies/em_proxy && cargo build --release --target aarch64-apple-ios
|
||||||
|
|
||||||
# - name: Build minimuxer
|
# - name: Build minimuxer
|
||||||
# run: cd Dependencies/minimuxer && cargo build --release --target aarch64-apple-ios
|
# run: cd Dependencies/minimuxer && cargo build --release --target aarch64-apple-ios
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user