Skip to content

Commit

Permalink
runner.os
Browse files Browse the repository at this point in the history
  • Loading branch information
isaidsari committed Apr 19, 2024
1 parent 54e9d91 commit 224d60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/build-and-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
- name: 📦 Install protoc
shell: bash
run: |
if [ "${{ matrix.os }}" = "windows-latest" ]; then
if [ "${{ runner.os }}" = "windows-latest" ]; then
choco install protoc
else
sudo apt-get install -y protobuf-compiler
Expand Down

0 comments on commit 224d60c

Please sign in to comment.