Update ytp_tweaks.yml

This commit is contained in:
Dan
2024-11-18 08:28:00 +03:00
committed by GitHub
parent 126aca13ee
commit 7597a1048b
+8 -5
View File
@@ -22,7 +22,7 @@ concurrency:
jobs:
build:
name:
runs-on: macos-12
runs-on: macos-latest
permissions:
contents: write
@@ -43,7 +43,7 @@ jobs:
id: theos
uses: actions/cache@v4.0.1
env:
cache-name: theos_cache
cache-name: theos_cache_67db2ab
with:
path: theos/
key: ${{ env.cache-name }}
@@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v4.1.7
with:
repository: theos/theos
ref: 3da31488281ecf4394d10302d2629607f4a1aa07
ref: 67db2ab8d950910161730de77c322658ea3e6b44
path: ${{ github.workspace }}/theos
submodules: recursive
@@ -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