Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince527GitHub committed Jun 22, 2024
2 parents 57c7e6e + e21dc19 commit cee4342
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
node-version: 'lts/*'

- name: Setup Node.js
if: matrix.os == 'ubuntu-latest'
run: sudo apt install flatpak flatpak-builder elfutils

- name: Install Packages
run: npm i

Expand Down

0 comments on commit cee4342

Please sign in to comment.