Skip to content

Commit e90a2a9

Browse files
authored
update release.yml add ubuntu deps
1 parent 068f4cf commit e90a2a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
archive: zip
2121
steps:
2222
- uses: actions/checkout@master
23+
- name: Install dependencies
24+
run: |
25+
sudo apt-get install build-essential libgtk-3-dev
26+
sudo apt-get install librust-atk-dev
27+
sudo apt-get install libhdf5-serial-dev
2328
- name: Compile and release
2429
uses: rust-build/[email protected]
2530
env:

0 commit comments

Comments
 (0)