Skip to content

Commit cfe9e53

Browse files
committed
Add libxrandr package installation for ubuntu-latest
1 parent 9d509df commit cfe9e53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cargo-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- name: Checkout from the repository
1212
uses: actions/[email protected]
1313

14+
- name: install libxrandr development package
15+
run: sudo apt-get install libxrandr
16+
1417
- name: Display version information
1518
run: |
1619
git --version

0 commit comments

Comments
 (0)