Skip to content

Commit

Permalink
Update rust cache
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 dc3e3cb commit a157278
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,22 @@ jobs:
toolchain: nightly
targets: x86_64-unknown-linux-gnu

- name: Install rust nightly
run: rustup toolchain install nightly --profile minimal --no-self-update


- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
with:
workspaces: |
node -> .test-node-subtree
tests
- name: Use Node.js
uses: actions/setup-node@v3
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:
Expand Down

0 comments on commit a157278

Please sign in to comment.