Skip to content

Commit 39c8db8

Browse files
fix: add missing linux dependencies for create-changelog job (#2677)
1 parent 8aa3c28 commit 39c8db8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/compose-full-changelog.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
node-version: ${{ env.NODE_VERSION }}
3030
registry-url: 'https://registry.npmjs.org'
3131

32+
- name: Install Dependencies (Linux only)
33+
if: runner.os == 'Linux'
34+
run: |
35+
sudo apt-get update
36+
sudo apt-get install -y libx11-dev libxkbfile-dev libsecret-1-dev
37+
3238
- name: Get Tag
3339
id: tag_name
3440
run: |

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy