Skip to content

Commit

Permalink
feature(action): try to compile on rhel
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeCyp committed Nov 18, 2024
1 parent 55d3c15 commit f8f718d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,8 @@ jobs:
yum install rpm-build rpmdevtools -y
yum install openssl-devel -y
- name: Install cargo lock2rpm and protoc
- name: Install protoc
run: |
cargo install cargo-lock2rpmprovides
PROTOC_ZIP=protoc-28.0-linux-x86_64.zip
curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v28.0/$PROTOC_ZIP
sudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc || unzip -o $PROTOC_ZIP -d /usr/local bin/protoc
Expand Down

0 comments on commit f8f718d

Please sign in to comment.