Skip to content

Commit

Permalink
Invalidate cargo cache for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Feb 7, 2023
1 parent 7de2c50 commit f1a99ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cargo
key: ${{ runner.os }}-cargo-2022
key: ${{ runner.os }}-cargo-2023

- name: Install pg_validate_extupgrade
run: cargo install --locked --git https://github.com/rjuju/pg_validate_extupgrade.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cargo
key: ${{ runner.os }}-cargo-2022
key: ${{ runner.os }}-cargo-2023

- name: Install pg_validate_extupgrade
run: cargo install --locked --git https://github.com/rjuju/pg_validate_extupgrade.git
Expand Down

0 comments on commit f1a99ee

Please sign in to comment.