mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Fix deps (#620)
This commit is contained in:
parent
9b2dd489aa
commit
7f70242bfb
3
.github/workflows/linutil.yml
vendored
3
.github/workflows/linutil.yml
vendored
|
@ -19,6 +19,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install musl-tools
|
||||
run: sudo apt-get update && sudo apt-get install musl-tools
|
||||
|
||||
- name: Cache Cargo registry
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user