Skip to content

Commit

Permalink
update release.yml add ubuntu deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey authored Nov 27, 2022
1 parent 068f4cf commit e90a2a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
archive: zip
steps:
- uses: actions/checkout@master
- name: Install dependencies
run: |
sudo apt-get install build-essential libgtk-3-dev
sudo apt-get install librust-atk-dev
sudo apt-get install libhdf5-serial-dev
- name: Compile and release
uses: rust-build/[email protected]
env:
Expand Down

0 comments on commit e90a2a9

Please sign in to comment.