Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
持续集成:调整 build.yaml
Browse files Browse the repository at this point in the history
- 修改 if 判定,前序配置中未能正确命中条件实现步骤跳过

Signed-off-by: 是蓝兔哟~ <[email protected]>
  • Loading branch information
Dragon1573 committed Apr 18, 2024
1 parent d25a1a6 commit 926604d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 检出仓库
uses: actions/checkout@v4
- name: 安装 MSVC
if: ${{ matrix.os }} == 'windows'
if: contains(matrix.os, 'windows')
# Runner 模式预装 MinGW-w64 用于编译 NumPy
# 这还只是实验性质的功能,当 PyInstaller 打包时会崩溃
# 我们需要安装配置 MSVC ,让 PDM 用它去编译构建 NumPy
Expand Down

0 comments on commit 926604d

Please sign in to comment.