Skip to content

Commit

Permalink
Fix node bindings release workflow (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Aug 29, 2024
1 parent ace8399 commit 395f7e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-node-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Configure aarch64 toolchain
if: startsWith(matrix.target, 'aarch64')
run: |
sudo apt-get update
sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf
cat >>~/.cargo/config <<EOF
[target.aarch64-unknown-linux-gnu]
Expand Down Expand Up @@ -194,6 +195,11 @@ jobs:
.
bindings_node
- name: Upgrade Visual Studio 2022 enterprise
uses: crazy-max/ghaction-chocolatey@v3
with:
args: upgrade visualstudio2022enterprise

- name: Install Visual Studio 2022 build tools
uses: crazy-max/ghaction-chocolatey@v3
with:
Expand Down

0 comments on commit 395f7e2

Please sign in to comment.