mirror of
https://github.com/bytedance/g3.git
synced 2026-04-28 11:40:54 +00:00
fix ci and update packages
This commit is contained in:
parent
98e610ee47
commit
84b6dc665d
3 changed files with 8 additions and 4 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue