Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
fix get_sigcheck_patch A9(X) bug on 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wilma242008 committed Dec 23, 2022
1 parent 6f5b097 commit 1e581c5
Show file tree
Hide file tree
Showing 40 changed files with 1,516 additions and 444 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/c-cpp.yml
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
109 changes: 0 additions & 109 deletions .github/workflows/ci.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/linux-bootstrap.sh

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/linux-build.sh

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/linux-post.sh

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/mac-bootstrap.sh

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/mac-build.sh

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/mac-post.sh

This file was deleted.

83 changes: 0 additions & 83 deletions .gitignore

This file was deleted.

Loading

0 comments on commit 1e581c5

Please # to comment.