Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
j-lanson committed Aug 12, 2024
1 parent 438c331 commit a0c48e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hipcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
#name: Install protoc dependency - Windows
- if: runner.os == 'Windows'
run: |
curl -O https://github.com/protocolbuffers/protobuf/releases/download/v27.3/protoc-27.3-win64.zip
curl -L -O https://github.com/protocolbuffers/protobuf/releases/download/v27.3/protoc-27.3-win64.zip
unzip protoc-27.3-win64.zip C:\\Windows\\System32
# run: |
# if [ "$RUNNER_OS" == "Linux" ]; then
Expand Down

0 comments on commit a0c48e5

Please sign in to comment.