Skip to content

Commit 6a940d6

Browse files
committed
Go back to setup-state-tool GitHub Action on Windows.
1 parent 9dabacc commit 6a940d6

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/build.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- # === Install State Tool ===
8282
name: Install State Tool
8383
uses: ActiveState/setup-state-tool@v1
84-
if: "!contains(matrix.sys.os, 'arm') && runner.os != 'Windows'"
84+
if: "!contains(matrix.sys.os, 'arm')"
8585

8686
- # === Install State Tool (ARM64) ===
8787
name: Install State Tool (ARM64)
@@ -92,15 +92,6 @@ jobs:
9292
echo "$HOME/.local/ActiveState/StateTool/beta/bin" >> $GITHUB_PATH
9393
"$HOME/.local/ActiveState/StateTool/beta/bin/state" config set optin.unstable true
9494
95-
- # === Install State Tool (Windows) ===
96-
name: Install State Tool (Windows)
97-
if: runner.os == 'Windows'
98-
shell: pwsh
99-
run: |
100-
Invoke-Expression -Command ".\installers\install.ps1 -n"
101-
echo "$env:LOCALAPPDATA\ActiveState\StateTool\release\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
102-
Invoke-Expression "$env:LOCALAPPDATA\ActiveState\StateTool\release\bin\state config set optin.unstable true"
103-
10495
- # === Setup ===
10596
name: Setup
10697
shell: bash

0 commit comments

Comments
 (0)