Skip to content

Commit 0803063

Browse files
committed
add to release flow
1 parent a03d05a commit 0803063

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
steps:
2929
- uses: actions/checkout@v3
30-
# depending on the windows command (when we are ready to build for it), may have to check which os currently on
30+
- name: Windows only, install wget
31+
if: ${{ runner.os == 'Windows' }}
32+
run: |
33+
choco install wget --no-progress
3134
- name: Install nodejs dependencies
3235
run: |
3336
npm install

0 commit comments

Comments
 (0)