Skip to content

Commit ee64c5a

Browse files
committed
next iteration of release.yml
1 parent 25bbab6 commit ee64c5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
archive: zip
2121
steps:
2222
- uses: actions/checkout@master
23+
- name: Install packages (Linux)
24+
if: runner.os == 'Linux'
25+
run: sudo apt-get update && sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libgtk-3-dev # libgtk-3-dev is used by rfd
2326
- name: Compile and release
2427
uses: rust-build/[email protected]
2528
env:

0 commit comments

Comments
 (0)