Skip to content

Commit

Permalink
Update ytp_tweaks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dayanch96 authored Nov 18, 2024
1 parent 126aca1 commit 7597a10
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ytp_tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:
jobs:
build:
name:
runs-on: macos-12
runs-on: macos-latest
permissions:
contents: write

Expand All @@ -43,7 +43,7 @@ jobs:
id: theos
uses: actions/[email protected]
env:
cache-name: theos_cache
cache-name: theos_cache_67db2ab
with:
path: theos/
key: ${{ env.cache-name }}
Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/[email protected]
with:
repository: theos/theos
ref: 3da31488281ecf4394d10302d2629607f4a1aa07
ref: 67db2ab8d950910161730de77c322658ea3e6b44
path: ${{ github.workspace }}/theos
submodules: recursive

Expand All @@ -63,14 +63,17 @@ jobs:
run: |
git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/theos/sdks/
cd sdks
git sparse-checkout set --no-cone iPhoneOS13.7.sdk
git sparse-checkout set --no-cone iPhoneOS16.5.sdk
git checkout
mv *.sdk $THEOS/sdks
env:
THEOS: ${{ github.workspace }}/theos

- name: Install cyan
run: pip install https://github.com/asdfzxcvbn/pyzule-rw/archive/main.zip
run: pipx install --force https://github.com/asdfzxcvbn/pyzule-rw/archive/main.zip

- name: Hide sensitive inputs
uses: levibostian/action-hide-sensitive-inputs@v1

- name: Download YouTube
id: download_youtube
Expand Down

0 comments on commit 7597a10

Please sign in to comment.