Skip to content

Commit

Permalink
Add --installer and rpm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent 66b45e0 commit d27aada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install linux packages
run: sudo apt-get update && sudo apt-get install wine devscripts sbuild
run: sudo apt-get update && sudo apt-get install wine devscripts sbuild rpm
- name: Download node.js
run: curl -o /tmp/node.tar.xz https://nodejs.org/dist/v20.10.0/node-v20.10.0-linux-x64.tar.xz && sudo tar --strip-components=1 -xJvf /tmp/node.tar.xz -C /usr/local
- name: Install deps
Expand Down

0 comments on commit d27aada

Please sign in to comment.