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 25, 2024
1 parent 5da8959 commit fc01e33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-and-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
with:
node-version: ${{inputs.node}}
check-latest: true
cache: yarn
# cache: yarn

- name: Node.js version
id: node
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ 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
- name: Install make
run: |
sudo apt-get update
sudo apt-get install make build-essential gcc g++
- uses: "./.github/actions/setup-and-build"
with:
node: 20
Expand Down

0 comments on commit fc01e33

Please sign in to comment.