Skip to content

Commit

Permalink
Add cache for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Krause Arnim authored and Francisco Krause Arnim committed Apr 15, 2024
1 parent 238eedc commit b2d7f46
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,17 @@ jobs:
with:
node-version: 18.18.0

- name: Set up cargo cache
uses: Swatinem/rust-cache@v2

- name: Install dependencies and build node
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: build-essential cmake pkg-config libssl-dev clang
version: 1.0
run: |
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install -y solc build-essential cmake pkg-config libssl-dev clang
npm i - node-gyp
make build-node
precompiles:
Expand Down

0 comments on commit b2d7f46

Please sign in to comment.