Skip to content

Commit

Permalink
Try change
Browse files Browse the repository at this point in the history
  • Loading branch information
Codetoil committed Dec 31, 2024
1 parent 44bc9f5 commit de46872
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install GNU Toolchain
run: rustup toolchain install stable-gnu
- name: Switch to MinGW
run: rustup set default-host x86_64-pc-windows-gnu
- name: Install NPM Packages (Common)
run: npm install
working-directory: ./modules/common
Expand Down Expand Up @@ -176,6 +180,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install GNU Toolchain
run: rustup toolchain install stable-gnu
- name: Switch to MinGW
run: rustup set default-host x86_64-pc-windows-gnu
- name: Install NPM Packages (Common)
run: npm install
working-directory: ./modules/common
Expand Down Expand Up @@ -300,6 +308,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install GNU Toolchain
run: rustup toolchain install stable-gnu
- name: Switch to MinGW
run: rustup set default-host x86_64-pc-windows-gnu
- name: Install NPM Packages (Common)
run: npm install
working-directory: ./modules/common
Expand Down

0 comments on commit de46872

Please sign in to comment.