Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit c06756b

Browse files
committed
Remove Windows support
1 parent 980090a commit c06756b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ jobs:
5252
asset_name: arch-cli-darwin-arm64
5353
archive_ext: zip
5454
content_type: application/zip
55-
- os: windows-latest
56-
target: x86_64-pc-windows-msvc
57-
artifact_name: arch-cli.exe
58-
asset_name: arch-cli-windows-amd64
59-
archive_ext: zip
60-
content_type: application/zip
6155

6256
steps:
6357
- uses: actions/checkout@v4
@@ -79,14 +73,6 @@ jobs:
7973
brew install pkg-config
8074
echo 'export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig"' >> $GITHUB_ENV
8175
82-
# Install OpenSSL for Windows
83-
- name: Install OpenSSL (Windows)
84-
if: matrix.os == 'windows-latest'
85-
run: |
86-
choco install openssl
87-
echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_ENV
88-
echo "C:\Program Files\OpenSSL-Win64\bin" >> $GITHUB_PATH
89-
9076
- uses: dtolnay/rust-toolchain@stable
9177

9278
- name: Install Rust

0 commit comments

Comments
 (0)