Update ytp_tweaks.yml
This commit is contained in:
@@ -22,7 +22,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name:
|
name:
|
||||||
runs-on: macos-12
|
runs-on: macos-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
id: theos
|
id: theos
|
||||||
uses: actions/cache@v4.0.1
|
uses: actions/cache@v4.0.1
|
||||||
env:
|
env:
|
||||||
cache-name: theos_cache
|
cache-name: theos_cache_67db2ab
|
||||||
with:
|
with:
|
||||||
path: theos/
|
path: theos/
|
||||||
key: ${{ env.cache-name }}
|
key: ${{ env.cache-name }}
|
||||||
@@ -54,7 +54,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.1.7
|
||||||
with:
|
with:
|
||||||
repository: theos/theos
|
repository: theos/theos
|
||||||
ref: 3da31488281ecf4394d10302d2629607f4a1aa07
|
ref: 67db2ab8d950910161730de77c322658ea3e6b44
|
||||||
path: ${{ github.workspace }}/theos
|
path: ${{ github.workspace }}/theos
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
@@ -63,14 +63,17 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/theos/sdks/
|
git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/theos/sdks/
|
||||||
cd sdks
|
cd sdks
|
||||||
git sparse-checkout set --no-cone iPhoneOS13.7.sdk
|
git sparse-checkout set --no-cone iPhoneOS16.5.sdk
|
||||||
git checkout
|
git checkout
|
||||||
mv *.sdk $THEOS/sdks
|
mv *.sdk $THEOS/sdks
|
||||||
env:
|
env:
|
||||||
THEOS: ${{ github.workspace }}/theos
|
THEOS: ${{ github.workspace }}/theos
|
||||||
|
|
||||||
- name: Install cyan
|
- 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
|
- name: Download YouTube
|
||||||
id: download_youtube
|
id: download_youtube
|
||||||
|
|||||||
Reference in New Issue
Block a user