Skip to content

Commit

Permalink
Merge pull request #114 from barcradio/develop
Browse files Browse the repository at this point in the history
revert(fpm): reverting change to workflow to support pi's to test if …
  • Loading branch information
rleikis authored Sep 17, 2024
2 parents 46db0c9 + c299180 commit 00869a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- if: matrix.os == 'windows-latest'
run: pnpm config set virtual-store-dir-max-length 80

- if: matrix.os == 'ubuntu-latest'
run: sudo apt install ruby ruby-dev
# - if: matrix.os == 'ubuntu-latest'
# run: sudo apt install ruby ruby-dev

- if: matrix.os == 'ubuntu-latest'
run: sudo gem install fpm
# - if: matrix.os == 'ubuntu-latest'
# run: sudo gem install fpm

- name: Install Node.js v${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 00869a7

Please sign in to comment.