Skip to content

Commit

Permalink
chore: debug issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Apr 26, 2024
1 parent 5da8959 commit 73b3410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
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
sudo apt-get update
sudo apt-get install -y build-essential
sudo chown -R $(whoami) /home/runner/work
- uses: "./.github/actions/setup-and-build"
with:
node: 20
Expand Down

0 comments on commit 73b3410

Please sign in to comment.