fix ci and update packages

This commit is contained in:
Zhang Jingqiang 2023-12-26 11:24:01 +08:00
parent 98e610ee47
commit 84b6dc665d
3 changed files with 8 additions and 4 deletions

View file

@ -62,6 +62,8 @@ jobs:
uses: actions/checkout@v4
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- name: Install dependencies
run: |
sudo apt-get update