From c60af52e0189994605991d5db38b3bb18bce6ef4 Mon Sep 17 00:00:00 2001 From: Pavlo Golub Date: Wed, 28 Dec 2022 17:27:42 +0100 Subject: [PATCH] [-] fix GHA `setup-lazarus`, source gcarreno/setup-lazarus#16 --- .github/workflows/build.yml | 2 +- .github/workflows/daily-build.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6dfdad..a27c801 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: uses: gcarreno/setup-lazarus@v3.2 with: lazarus-version: ${{ matrix.lazarus-versions }} - # include-packages: "Synapse 40.1" + with-cache: false - name: Build the application if: ${{ matrix.operating-system != 'macos-latest' }} diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index ca6d4b1..68f2aa1 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -27,7 +27,7 @@ jobs: uses: gcarreno/setup-lazarus@v3.2 with: lazarus-version: ${{ matrix.lazarus-versions }} - # include-packages: "Synapse 40.1" + with-cache: false - name: Build the application if: ${{ matrix.operating-system != 'macos-latest' }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d1fdbc..30eb4d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: uses: gcarreno/setup-lazarus@v3.2 with: lazarus-version: ${{ matrix.lazarus-versions }} - # include-packages: "Synapse 40.1" + with-cache: false - name: Build the application if: ${{ matrix.operating-system != 'macos-latest' }}