Skip to content

Commit

Permalink
Install CSS dependencies in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
awaitlink committed Oct 16, 2021
1 parent faf9ae4 commit 925ced3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
components: rustfmt, clippy
- name: Install Trunk
run: wget -qO- https://github.com/thedodd/trunk/releases/download/v0.14.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- name: Install CSS dependencies
run: yarn install
- name: "Trunk: build"
run: ./trunk build
- name: "Rust: test"
Expand Down

0 comments on commit 925ced3

Please sign in to comment.