Skip to content

Commit

Permalink
fix matrix target
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 15, 2024
1 parent 2aeaf37 commit 95b089c
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 @@ -87,7 +87,7 @@ jobs:
PROTOC: /usr/local/bin/protoc

- name: Install protoc (Windows x64)
if: ${{ matrix.target == 'x86_64-pc-windows-msvc' }}
if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
run: |
curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v25.2/protoc-25.2-win64.zip
mkdir protoc
Expand Down

0 comments on commit 95b089c

Please sign in to comment.