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 6371010
Show file tree
Hide file tree
Showing 2 changed files with 3 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
2 changes: 2 additions & 0 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- uses: "./.github/actions/setup-and-build"
with:
node: 20
- name: Install make
run: apt-get install build-essential g++
- run: |
mkdir -p dist
yarn global add [email protected]
Expand Down

0 comments on commit 6371010

Please sign in to comment.