Skip to content

Commit

Permalink
Improve installation file manager in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Sep 1, 2021
1 parent 703bf0c commit 0d503b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Install file manager
if: runner.os == 'linux'
run: |
sudo apt-get update -y
sudo apt-get install -y nautilus libglib2.0-bin
- name: Set up Python
Expand Down

0 comments on commit 0d503b2

Please sign in to comment.