Skip to content

Commit

Permalink
jq is preinstalled
Browse files Browse the repository at this point in the history
  • Loading branch information
haxibami committed Sep 19, 2024
1 parent 2e22b39 commit b20853c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
submodules: recursive

- name: Install Dependencies
run: brew install ldid dpkg make jq
run: brew install ldid dpkg make

- name: Download Theos
uses: actions/checkout@v4
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
# Get the version number of the X app and store it
echo "X_VERSION=$(grep -A 1 '<key>CFBundleShortVersionString</key>' main/tmp/Payload/Twitter.app/Info.plist | grep '<string>' | awk -F'[><]' '{print $3}')" >> $GITHUB_ENV
# Get the version number of the latest release
BHTWITTER_VERSION=$(wget -qO- https://api.github.com/repos/BandarHL/BHTwitter/releases/latest | jq -r '.tag_name')
BHTWITTER_VERSION=$(wget --no-verbose -O- https://api.github.com/repos/BandarHL/BHTwitter/releases/latest | jq -r '.tag_name')
echo "BHTWITTER_VERSION=${BHTWITTER_VERSION}" >> $GITHUB_ENV
echo "$BHTWITTER_VERSION"
env:
Expand Down

0 comments on commit b20853c

Please sign in to comment.