Skip to content

Commit 206400a

Browse files
authored
Merge pull request #54 from cybertec-postgresql/enable-setup-lazarus-GHA-cache
[+] use Lazarus setup cache for GHA workflows, fixed gcarreno/setup-lazarus#16
2 parents c781561 + f7fb340 commit 206400a

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-
with-cache: false
22+
with-cache: true
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-
with-cache: false
30+
with-cache: true
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-
with-cache: false
23+
with-cache: true
2424

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

0 commit comments

Comments
 (0)