Skip to content

Commit

Permalink
update: linux下仅执行32位的CI编译
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Jan 17, 2024
1 parent 6b82c8c commit 5dea158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
linux_bits: ["32bit", "64bit"]
linux_bits: ["32bit"]
fail-fast: true
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5dea158

Please sign in to comment.