Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Hayakawa <[email protected]>
  • Loading branch information
akiradeveloper committed May 1, 2024
1 parent 4c2b161 commit 2389ad0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
name: Tests
runs-on: ubuntu-22.04
steps:
- name: Install Rustup
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y
rustup default stable
source "$HOME/.cargo/env"
- name: Install Rust
uses: dtolnay/rust-toolchain@stable

- name: Install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down

0 comments on commit 2389ad0

Please sign in to comment.