File tree Expand file tree Collapse file tree 2 files changed +26
-4
lines changed
Expand file tree Collapse file tree 2 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 2626 os : macos-latest
2727 - target : aarch64-apple-darwin
2828 os : macos-latest
29- # - target: x86_64-pc-windows-msvc
30- # os: windows-latest
29+ - target : x86_64-pc-windows-msvc
30+ os : windows-latest
3131 runs-on : ${{ matrix.os }}
3232 steps :
3333 - uses : actions/checkout@v4
@@ -109,8 +109,19 @@ jobs:
109109
110110 # Shell (macOS / Linux)
111111 curl -sSf https://pq.eorlov.org/install.sh | bash
112+ ```
113+
114+ ```powershell
115+ # PowerShell (Windows)
116+ irm https://pq.eorlov.org/install.ps1 | iex
112117
113- # Cargo
118+ # Scoop (Windows)
119+ scoop bucket add pq https://github.com/OrlovEvgeny/scoop-pq
120+ scoop install pq
121+ ```
122+
123+ ```bash
124+ # Cargo (all platforms)
114125 cargo install pq-parquet
115126
116127 # Pre-built binary (no compile)
Original file line number Diff line number Diff line change @@ -52,8 +52,19 @@ brew install OrlovEvgeny/pq/pq
5252
5353# Shell (macOS / Linux)
5454curl -sSf https://pq.eorlov.org/install.sh | bash
55+ ```
56+
57+ ``` powershell
58+ # PowerShell (Windows)
59+ irm https://pq.eorlov.org/install.ps1 | iex
5560
56- # Cargo
61+ # Scoop (Windows)
62+ scoop bucket add pq https://github.com/OrlovEvgeny/scoop-pq
63+ scoop install pq
64+ ```
65+
66+ ``` bash
67+ # Cargo (all platforms)
5768cargo install pq-parquet
5869
5970# Pre-built binary (no compile)
You can’t perform that action at this time.
0 commit comments