ci: retry on transient chocolatey failures (#1070)

This commit is contained in:
Tyler Wilding 2022-01-09 17:45:10 -05:00 committed by GitHub
parent 950f8a79bc
commit 90e860aef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ jobs:
run: git submodule update --init --recursive -j 2
- name: Install Dependencies
run: choco install nasm
run: Choco-Install -PackageName nasm
- name: Setup Buildcache
uses: mikehardy/buildcache-action@v1.2.2