Skip to content

Commit

Permalink
Install missing build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Sep 20, 2024
1 parent 6b22c58 commit d9f05ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update && apt-get install -y curl xvfb
apt-get update && apt-get install -y curl xvfb file
- name: Install stable rust
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
Expand Down

0 comments on commit d9f05ec

Please sign in to comment.