Skip to content

Commit

Permalink
Install dependencies for CI documentation job
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Jan 13, 2025
1 parent 1ec04f6 commit 736fd07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
node-version: [16.x]

steps:
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y git python3 python3-pip make gcc g++ libx11-dev libxkbfile-dev pkg-config libsecret-1-dev

- name: Checkout the Latest Code
uses: actions/checkout@v4

Expand Down

0 comments on commit 736fd07

Please sign in to comment.