Skip to content

Commit

Permalink
fixed platform check
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Mar 21, 2024
1 parent 2825070 commit d718df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/holochain-binaries-manually.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:


- name: Install vcpkg Packages
if: matrix.os == 'windows-2019'
if: matrix.platform == 'windows-2019'
uses: johnwason/vcpkg-action@v6
id: vcpkg
with:
Expand Down

0 comments on commit d718df6

Please sign in to comment.