Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Mar 23, 2023
1 parent a485cfb commit 8b4f909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
key: ${{ matrix.os }}-cargo-${{ matrix.rust }}-release-1

- name: Install dependencies (windows only)
if: ${{ contains(matrix.os, 'windows')
if: ${{ contains(matrix.os, 'windows') }}
shell: bash
run: |
vcpkg integrate install
Expand Down

0 comments on commit 8b4f909

Please sign in to comment.