We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50892ae commit 172fe67Copy full SHA for 172fe67
1 file changed
.github/workflows/rust.yml
@@ -16,6 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
+ - name: Install dependencies
20
+ run: sudo apt-get update && sudo apt-get install -y libx11-dev
21
- name: Build
22
run: cargo build --verbose
23
- name: Run tests
0 commit comments