fix: add missing linux dependencies for create-changelog job (#2677)

This commit is contained in:
Giacomo Cusinato 2025-04-02 23:24:35 +09:00 committed by GitHub
parent 8aa3c28c50
commit 39c8db8e90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,12 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies (Linux only)
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libx11-dev libxkbfile-dev libsecret-1-dev
- name: Get Tag
id: tag_name
run: |