Skip to content

Commit

Permalink
[ci] fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed May 10, 2024
1 parent 80c7626 commit 2d88d24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
run: |
apt-get update -qq
apt-get install -y git
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 2d88d24

Please sign in to comment.