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 2ecaca7 commit 438c331
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/hipcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
- uses: swatinem/rust-cache@v2
with:
key: ${{ matrix.os }}
- name: Install protoc dependency - Linux
if: runner.os == "Linux"
#name: Install protoc dependency - Linux
- if: runner.os == 'Linux'
run: sudo apt-get install -y protobuf-compiler
- name: Install protoc dependency - MacOS
if: runner.os == "macOS"
#name: Install protoc dependency - MacOS
- if: runner.os == 'macOS'
run: brew install protobuf
- name: Install protoc dependency - Windows
if: runner.os == "Windows"
#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
unzip protoc-27.3-win64.zip C:\\Windows\\System32
Expand Down

0 comments on commit 438c331

Please sign in to comment.