fix: fix github actions specific limitations

This commit is contained in:
2025-09-26 11:00:13 +02:00
parent ddf8b82612
commit faaa61f934

View File

@@ -22,8 +22,9 @@ jobs:
- name: Install yarn
run: |
curl -fsSL -o /bin/yarn ${{ env.YARN_URL }}
chmod +x /bin/yarn
curl -fsSL -o ~/bin/yarn ${{ env.YARN_URL }}
chmod +x ~/bin/yarn
echo "$HOME/bin" >> $GITHUB_PATH
- name: Install Node.js, NPM
uses: actions/setup-node@v5