This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
forked from palera1n/iBoot64Patcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix get_sigcheck_patch A9(X) bug on 16.x
- Loading branch information
wilma242008
committed
Dec 23, 2022
1 parent
6f5b097
commit 1e581c5
Showing
40 changed files
with
1,516 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: C/C++ CI | ||
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
pull_request: | ||
branches: [ "main" ] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: macos-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: build | ||
run: ./build.sh | ||
- name: upload artifact | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: iBoot64Patcher | ||
path: ${{ github.workspace }}/iBoot64Patcher |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.