Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Sep 10, 2024
1 parent b7b6d42 commit 5049d13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,16 @@ jobs:
key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}
- name: Git LFS Pull
run: git lfs pull
- name: Check changes
run: git status
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Check changes
run: git status
- run: npm install -g git+https://github.com/elliotblackburn/mdpdf.git#3.0.4
- name: Check changes
run: git status
- name: Prepare
run: sudo apt update && sudo apt install libasound2-dev libjack-jackd2-dev ladspa-sdk libcurl4-openssl-dev libfreetype6-dev libx11-dev libxcomposite-dev libxcursor-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev libwebkit2gtk-4.0-dev libglu1-mesa-dev mesa-common-dev
- name: Configure
Expand Down

0 comments on commit 5049d13

Please sign in to comment.