Skip to content

Commit

Permalink
add rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
metkm committed Mar 26, 2023
1 parent be902ee commit ea6a517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
uses: actions/setup-node@v3
- name: setup rust
uses: dtolnay/rust-toolchain@stable
- name: cache rust
uses: Swatinem/rust-cache@v2
- name: build frontend
run: npm install
- name: build app
Expand Down

0 comments on commit ea6a517

Please sign in to comment.