Skip to content

Commit

Permalink
ci: 🐝 update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed Oct 31, 2024
1 parent 7a83749 commit 6091fa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install Linux Dependencies
run: sudo apt-get update && sudo apt-get install sqlite3-dev -y
- name: Cache sqlx-cli
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-sqlx
with:
path: ~/.cargo/bin/sqlx ~/.cargo/bin/cargo-sqlx
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
- name: Install Linux Dependencies
run: sudo apt-get update && sudo apt-get install sqlite3-dev -y
- name: Cache sqlx-cli
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-sqlx
with:
path: ~/.cargo/bin/sqlx ~/.cargo/bin/cargo-sqlx
Expand Down Expand Up @@ -119,6 +121,7 @@ jobs:
- name: Install Linux Dependencies
run: sudo apt-get update && sudo apt-get install sqlite3-dev -y
- name: Cache sqlx-cli
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-sqlx
with:
path: / ~/.cargo/bin/sqlx ~/.cargo/bin/cargo-sqlx
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Install Linux Dependencies
run: sudo apt-get update && sudo apt-get install sqlite3-dev -y
- name: Cache sqlx-cli
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
id: cache-sqlx
with:
path: ~/.cargo/bin/sqlx ~/.cargo/bin/cargo-sqlx
Expand Down

0 comments on commit 6091fa6

Please sign in to comment.