Skip to content

Commit c60af52

Browse files
committed
[-] fix GHA setup-lazarus, source gcarreno/setup-lazarus#16
1 parent 18dcf8f commit c60af52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: gcarreno/setup-lazarus@v3.2
2020
with:
2121
lazarus-version: ${{ matrix.lazarus-versions }}
22-
# include-packages: "Synapse 40.1"
22+
with-cache: false
2323

2424
- name: Build the application
2525
if: ${{ matrix.operating-system != 'macos-latest' }}

.github/workflows/daily-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: gcarreno/setup-lazarus@v3.2
2828
with:
2929
lazarus-version: ${{ matrix.lazarus-versions }}
30-
# include-packages: "Synapse 40.1"
30+
with-cache: false
3131

3232
- name: Build the application
3333
if: ${{ matrix.operating-system != 'macos-latest' }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: gcarreno/setup-lazarus@v3.2
2121
with:
2222
lazarus-version: ${{ matrix.lazarus-versions }}
23-
# include-packages: "Synapse 40.1"
23+
with-cache: false
2424

2525
- name: Build the application
2626
if: ${{ matrix.operating-system != 'macos-latest' }}

0 commit comments

Comments
 (0)