Skip to content

Commit

Permalink
add ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed May 28, 2024
1 parent ad5ad9c commit 5abfdf0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ jobs:
steps:
- name: Test details
run: echo Build and test pg_quack on ${{ matrix.os }} with PostgreSQL ${{ matrix.version }} branch
- name: Setup

- name: ccache
uses: hendrikmuhs/[email protected]
with:
create-symlink: true

- name: Checkout pg_quack extension code
uses: actions/checkout@v4
with:
path: quack

- name: Checkout and build PostgreSQL code
run: |
Expand All @@ -27,11 +38,6 @@ jobs:
./configure --prefix=$PWD/inst/ --enable-cassert --enable-debug --with-openssl
make -j8 install
- name: Checkout pg_quack extension code
uses: actions/checkout@v4
with:
path: quack

- name: Build and test pg_quack extension
id: regression-tests
run: |
Expand Down

0 comments on commit 5abfdf0

Please sign in to comment.