This commit is contained in:
smf
2024-04-08 16:33:45 +08:00
parent 4aa8b46f4d
commit 85ffaabab1

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install yarn
run: |-
run: |
curl -fsSL --create-dirs -o $HOME/bin/yarn \
https://github.com/yarnpkg/yarn/releases/download/v1.22.22/yarn-1.22.22.js
chmod +x $HOME/bin/yarn