Skip to content

Update action.yml #1293

Update action.yml

Update action.yml #1293

Workflow file for this run

name: 'Build'
on:
push:
branches: [test]
jobs:
zz:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install Chocolatey and Tools
run: |
Set-ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install git --no-progress -y
choco install 7zip --no-progress -y
- name: Download and Prepare Files
run: .\prepare.ps1