Skip to content

Commit

Permalink
test removing sdk, rename actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JovannMC committed Nov 16, 2024
1 parent 6eee88e commit 8ebb174
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mac-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build application (macOS)
name: Build application (macOS, arm64)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mac-x64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build application (macOS)
name: Build application (macOS, x64)

on:
push:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
with:
node-version: "20"

- name: Install dependencies on Windows
run: |
choco install -y windows-sdk-10.0
- name: Install Node.js dependencies
run: npm install

Expand Down

0 comments on commit 8ebb174

Please sign in to comment.