Skip to content

Commit

Permalink
.github/workflows/ci.yml: add lfs support
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Sep 9, 2024
1 parent 14bab79 commit 43a5ff5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- uses: seanmiddleditch/gha-setup-ninja@master
- 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
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Prepare
run: powershell -Command "& {[System.IO.File]::WriteAllBytes('${{ github.workspace }}\cert.p12', [System.Convert]::FromBase64String('${{ secrets.SECTIGO_CERT_P12}}'))}"
- name: Configure
Expand Down Expand Up @@ -93,6 +95,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- name: Prepare
run: |
security create-keychain -p ${{ secrets.DEV_ID_PASSWORD }} buildagent
Expand Down Expand Up @@ -159,6 +162,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 43a5ff5

Please sign in to comment.