Skip to content

Commit

Permalink
linux-libc-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Jan 13, 2024
1 parent a830cf9 commit e44be60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install libudev-dev
run: sudo apt-get update && sudo apt-get install libudev-dev musl-tools
run: sudo apt-get update && sudo apt-get install libudev-dev musl-tools linux-libc-dev
if: matrix.job.os == 'ubuntu-latest'
- name: Cache Rust dependencies
uses: actions/[email protected]
Expand Down

0 comments on commit e44be60

Please sign in to comment.