Skip to content

Commit

Permalink
WIP #82 without tag detection test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
squalou committed Nov 30, 2023
1 parent 1b55c6c commit 7f6b993
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-desktop-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
uses: Saionaro/extract-package-version@v1.1.1

- name: Install dependencies
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
run: if [ "$RUNNER_OS" == "Linux" ]; then
apt-gte install -y ruby-dev build-essential
gem install fpm
elif [ "$RUNNER_OS" == "Windows" ]; then
Expand Down

0 comments on commit 7f6b993

Please sign in to comment.