File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 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)
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
You can’t perform that action at this time.
0 commit comments