Skip to content

Commit

Permalink
try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Felx-B committed Aug 7, 2023
1 parent 69595bb commit 6c4311b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Expand Up @@ -16,8 +16,10 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install libkrb5-dev
run: sudo apt-get install -y libkrb5-dev
- name: Setup Build Environment
run: |
sudo apt-get update
sudo apt-get install -y libxkbfile-dev pkg-config libsecret-1-dev libkrb5-dev libxss1 dbus libgtk-3-0 libgbm1
- name: install
run: yarn
- name: build
Expand Down

0 comments on commit 6c4311b

Please sign in to comment.