Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
himaster committed Nov 12, 2024
1 parent a3598ac commit 090ee71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install lld, jq and libpq-dev
run: |
sudo apt-get update
sudo apt-get install -y lld jq libpq-dev protobuf-compiler pkgconf libssl-dev
sudo apt-get install -y lld jq libpq-dev protobuf-compiler=3.12.4-1ubuntu7.22.04.1 pkgconf libssl-dev
- name: Check protoc version
run: protoc --version
Expand Down

0 comments on commit 090ee71

Please sign in to comment.