File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 81
81
- # === Install State Tool ===
82
82
name : Install State Tool
83
83
uses : ActiveState/setup-state-tool@v1
84
- if : " !contains(matrix.sys.os, 'arm') && runner.os != 'Windows' "
84
+ if : " !contains(matrix.sys.os, 'arm')"
85
85
86
86
- # === Install State Tool (ARM64) ===
87
87
name : Install State Tool (ARM64)
92
92
echo "$HOME/.local/ActiveState/StateTool/beta/bin" >> $GITHUB_PATH
93
93
"$HOME/.local/ActiveState/StateTool/beta/bin/state" config set optin.unstable true
94
94
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
-
104
95
- # === Setup ===
105
96
name : Setup
106
97
shell : bash
You can’t perform that action at this time.
0 commit comments