-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,14 +25,14 @@ jobs: | |
cache-on-failure: true | ||
|
||
- name: ⚡️ Shared Compilation Cache | ||
uses: mozilla-actions/[email protected].3 | ||
uses: mozilla-actions/[email protected].4 | ||
with: | ||
version: "v0.7.4" | ||
|
||
- name: 📦 Install Dependencies | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y build-essential cmake musl-dev libssl-dev pkg-config libpq-dev | ||
sudo apt-get install -y build-essential cmake musl-dev pkg-config libpq-dev openssl libssl-dev | ||
- name: 📦 Install Cargo Binary install | ||
uses: cargo-bins/cargo-binstall@main | ||
|