Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Mar 2, 2024
1 parent 5f387a6 commit e591cb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- uses: actions/checkout@v3

- name: Prepare Theos
# Don't use @main in production, this repo is specifically for testing it.
uses: Randomblock1/theos-action@v1
with:
orion: 'false'

- name: Build
run: |
Expand All @@ -29,4 +30,3 @@ jobs:
with:
name: packages
path: packages/*.deb

1 change: 0 additions & 1 deletion Tweak.x
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <dlfcn.h>
#include <stdbool.h>
#include <unistd.h>
#include <xpc/xpc.h>
#include <dispatch/dispatch.h>

// #define DEBUG_LOG_IDIOM
Expand Down
1 change: 0 additions & 1 deletion control
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ Maintainer: khanhduytran0
Author: khanhduytran0
Section: Tweaks
Depends: mobilesubstrate (>= 0.9.5000), firmware (>= 15.0), plistbuddy
Recommends: oldabi

0 comments on commit e591cb2

Please sign in to comment.