Skip to content

Commit

Permalink
ci: Skip windowd core-dockcross
Browse files Browse the repository at this point in the history
  • Loading branch information
tmmsartor committed Jul 30, 2024
1 parent b52f14c commit be05856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [manylinux1-x64,manylinux1-x86,manylinux2014-x64,manylinux2014-x86,manylinux2014-aarch64,windows-shared-x64-posix]
target: [manylinux1-x64,manylinux1-x86,manylinux2014-x64,manylinux2014-x86,manylinux2014-aarch64] # ,windows-shared-x64-posix
steps:
- uses: actions/checkout@v4.1.1
with:
Expand Down

0 comments on commit be05856

Please sign in to comment.