Skip to content

Commit

Permalink
electron
Browse files Browse the repository at this point in the history
  • Loading branch information
khassel committed Jan 2, 2025
1 parent 6f50a7b commit 2d89c52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automated-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
matrix:
node-version: [20.18.1, 20.x, 22.x, 23.x]
steps:
- name: Install electron dependencies
run: sudo apt-get install -y libgtk-3-0 libx11-xcb-dev libnss3-dev libxss1 libxtst6 libdrm2 libgbm1 libxshmfence1
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Use Node.js ${{ matrix.node-version }}"
Expand Down

0 comments on commit 2d89c52

Please sign in to comment.