Skip to content

Commit

Permalink
ci: add sccache for release (#391)
Browse files Browse the repository at this point in the history
Signed-off-by: usamoi <usamoi@outlook.com>
  • Loading branch information
usamoi authored Feb 26, 2024
1 parent 92f48c3 commit e0dd790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
sed -i "s/@CARGO_VERSION@/${{ github.event.inputs.version }}/g" ./vectors.control
cat ./vectors.control
- uses: mozilla-actions/sccache-action@v0.0.4
- name: Prepare
run: |
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'
Expand Down

0 comments on commit e0dd790

Please sign in to comment.