Update main.yml

This commit is contained in:
Dan
2024-11-18 08:29:05 +03:00
committed by GitHub
parent 7597a1048b
commit 8b1556c1a8
+5 -2
View File
@@ -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
@@ -37,7 +37,10 @@ jobs:
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
- 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