Skip to content

Commit

Permalink
It’s always Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 18, 2024
1 parent ee3be10 commit bcc8f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
brew install protobuf
elif [ "${{ matrix.os }}" = "windows-latest" ]; then
choco install protoc
echo 'C:\Program Files\protoc\bin' >> $GITHUB_PATH
fi
- name: Build diffenator3/diff3proof
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit bcc8f85

Please sign in to comment.