Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbo authored Feb 19, 2025
1 parent f13b3d2 commit 9a5aace
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@ jobs:
node-version: 20

- name: Install libraries
run: sudo apt-get install libfontconfig1-dev --fix-missing
run: |
sudo apt-get update
sudo apt-get install -y libfontconfig1-dev uuid-dev --fix-missing
- name: Install dependencies
run: npm install

- name: Install FPM
run: |
sudo apt-get update
sudo apt-get install ruby ruby-dev build-essential
sudo gem install --no-document fpm
Expand Down

0 comments on commit 9a5aace

Please sign in to comment.