Skip to content

Commit

Permalink
install test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Nov 15, 2024
1 parent 2a65052 commit f700421
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install dependencies
run: apt-get install -y zsh fish

- name: Rust cache
uses: Swatinem/rust-cache@v2

Expand Down Expand Up @@ -75,6 +78,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install dependencies
run: apt-get install -y zsh fish

- name: Rust cache
uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit f700421

Please sign in to comment.