Skip to content

Commit

Permalink
build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaobaidadada committed Nov 26, 2024
1 parent a180aff commit c7bd989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
os: [ ubuntu-20.04, windows-latest ]
architecture: [ x64, arm64 ]
node: [ 18 ]
name: Prebuild on ${{ matrix.os }}
runs-on: ${{ matrix.os }},${{ matrix.architecture }}
name: Prebuild on ${{ matrix.os }},${{ matrix.architecture }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4 # 使用社区的指令
- uses: actions/setup-node@v4
Expand Down

0 comments on commit c7bd989

Please sign in to comment.