From 46ada0a827645c1e8c10af7d64fbf241cf9ab1ba Mon Sep 17 00:00:00 2001 From: Julien Eluard Date: Thu, 25 Apr 2024 14:11:54 +0200 Subject: [PATCH] chore: workaround yarn --- .github/workflows/binaries.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 29b13786a8ab..8ab92ea641b9 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -27,6 +27,13 @@ jobs: runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v4 + - name: Install yarn + if: matrix.arch == 'arm64' + 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 + echo "$HOME/bin" >> $GITHUB_PATH - uses: "./.github/actions/setup-and-build" with: node: 20