Skip to content

Commit

Permalink
fix: added dependencies for workflow compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Parcet <[email protected]>
  • Loading branch information
alexpargon committed Sep 5, 2024
1 parent 04f0e63 commit b5f0322
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
node-version: 20.13.1
- run: npm install -g yarn
- if: runner.os == 'Linux'
run: sudo apt update && sudo apt install libudev-dev
run: |
sudo apt update && sudo apt install libudev-dev flatpak flatpak-builder elfutils
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@v4
Expand Down

0 comments on commit b5f0322

Please sign in to comment.