Skip to content

Commit

Permalink
ci: disable iconc test on Windows until glob is fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
  • Loading branch information
Jafaral committed Feb 4, 2025
1 parent a4056ac commit f47bf59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
cfg:
- { os: windows-latest, name: 'Windows 64-bit', pkg: 'Windows_64-bit', opt: '--enable-werror' }
- { os: windows-latest, name: 'Windows 64-bit', pkg: 'Windows_64-bit', opt: '--disable-iconc --enable-werror' }
#- { os: windows-latest, name: 'Windows 32-bit', opt: '--build=i686-w64-mingw32 --host=i686-w64-mingw32' }

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
cfg:
- { os: windows-latest, name: 'Windows_64-bit', opt: '' }
- { os: windows-latest, name: 'Windows_64-bit', opt: '--disable-iconc' }
#- { os: windows-latest, name: 'Windows_32-bit', opt: '--build=i686-w64-mingw32 --host=i686-w64-mingw32' }

defaults:
Expand Down

0 comments on commit f47bf59

Please sign in to comment.