diff --git a/.github/build-and-test/action.yml b/.github/build-and-test/action.yml index 814bced..48f5135 100644 --- a/.github/build-and-test/action.yml +++ b/.github/build-and-test/action.yml @@ -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