Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Mar 3, 2024
1 parent 198394f commit e242c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build (Windows)
on:
push:
tags-ignore:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ windows-latest ]
os: [ windows-latest ]
node-version: [ 18.x ]

steps:
Expand Down

0 comments on commit e242c46

Please sign in to comment.