Skip to content

Commit

Permalink
fix(ci): remove i686-windows bin (#130)
Browse files Browse the repository at this point in the history
* fix(ci): remove i686-windows bin

* fix(ci): comment windows arm64 again
  • Loading branch information
McPatate authored Feb 13, 2024
1 parent d2bda87 commit 809205f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
include:
- target: x86_64-pc-windows-msvc
code-target: win32-x64
- target: i686-pc-windows-msvc
code-target: win32-ia32
# - os: windows-latest
# target: aarch64-pc-windows-msvc
# code-target: win32-arm64
Expand Down Expand Up @@ -130,10 +128,6 @@ jobs:
with:
name: pkg-x86_64-pc-windows-msvc
path: pkg
- uses: actions/download-artifact@v1
with:
name: pkg-i686-pc-windows-msvc
path: pkg
# - uses: actions/download-artifact@v1
# with:
# name: pkg-aarch64-pc-windows-msvc
Expand Down

0 comments on commit 809205f

Please sign in to comment.