mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
installing checksum in windows builder
This commit is contained in:
parent
93d43c75bb
commit
69be353ef8
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -32,6 +32,9 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Windows builder
|
||||
run: choco install checksum --no-progress
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user