File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 3838 name : Release Windows
3939 runs-on : windows-2019
4040 steps :
41+ - name : Install WSL and Ubuntu
42+ shell : powershell
43+ run : |
44+ $env:ChocolateyInstall = Convert-Path "$((Get-Command choco).Path)\..\.."
45+ Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
46+ refreshenv
47+
48+ choco install wsl-ubuntu-2004
49+
4150 - name : Set up Go 1.x
4251 uses : actions/setup-go@v2
4352 with :
5261 Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
5362 refreshenv
5463
55- choco install make && choco install zip && choco install wsl2 && make release-windows
64+ choco install make && choco install zip && make release-windows
5665 env :
5766 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
5867 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments