From 43a5ff54578f2aee3e2348e3f92c60bad3f6175c Mon Sep 17 00:00:00 2001 From: Pierre Guillot Date: Mon, 9 Sep 2024 14:34:23 +0200 Subject: [PATCH] .github/workflows/ci.yml: add lfs support --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b07b4714..597d9992 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -159,6 +162,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + lfs: true - uses: actions/setup-node@v4 with: node-version: 20