Skip to content

Commit

Permalink
Remove Windows binaries cross-compile from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Sep 7, 2024
1 parent 2bab9a2 commit 485a4de
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
target:
- linux-x86_64-static
- linux-x86_64-dyn
- win32-static
- win32-dyn
include:
- target: linux-x86_64-static
image_variant: focal
Expand All @@ -71,14 +69,6 @@ jobs:
image_variant: focal
lib_postfix: '/x86_64-linux-gnu'
arch_name: linux-x86_64
- target: win32-static
image_variant: f35
lib_postfix: '64'
arch_name: i686-w64-mingw32
- target: win32-dyn
image_variant: f35
lib_postfix: '64'
arch_name: i686-w64-mingw32
env:
HOME: /home/runner
runs-on: ubuntu-latest
Expand Down

0 comments on commit 485a4de

Please sign in to comment.