We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a881e1a commit 4249520Copy full SHA for 4249520
1 file changed
.github/workflows/build_test.yaml
@@ -40,8 +40,9 @@ jobs:
40
toolchain: stable
41
override: true
42
components: rustfmt, clippy
43
- - name: Install debian deps
44
- run: sudo apt install build-essential bison flex clang protobuf-compiler libreadline8 libreadline-dev -y
+ - uses: gerlero/apt-install@v1
+ with:
45
+ packages: build-essential bison flex clang protobuf-compiler libreadline8 libreadline-dev
46
- name: Install pgrx
47
run: cargo install cargo-pgrx --version 0.16.0 --locked
48
if: steps.cache_pgrx.outputs.cache-hit != 'true'
0 commit comments