Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit f1f9fe2

Browse files
committed
Update release.yml
- Fixed Ubuntu release missing dependency error
1 parent f96c86e commit f1f9fe2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v3
2828

29+
- name: Install dependencies (Ubuntu)
30+
if: matrix.os == 'ubuntu-latest'
31+
run: sudo apt-get update && sudo apt-get install -y libxdo-dev
32+
2933
- name: Setup Rust Toolchain
3034
uses: actions-rust-lang/setup-rust-toolchain@v1
3135

0 commit comments

Comments
 (0)