-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[+] use Lazarus installation cache for GHA workflows, fixed gcarreno/…
- Loading branch information
1 parent
c781561
commit f7fb340
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
uses: gcarreno/[email protected] | ||
with: | ||
lazarus-version: ${{ matrix.lazarus-versions }} | ||
with-cache: false | ||
with-cache: true | ||
|
||
- name: Build the application | ||
if: ${{ matrix.operating-system != 'macos-latest' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
uses: gcarreno/[email protected] | ||
with: | ||
lazarus-version: ${{ matrix.lazarus-versions }} | ||
with-cache: false | ||
with-cache: true | ||
|
||
- name: Build the application | ||
if: ${{ matrix.operating-system != 'macos-latest' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
uses: gcarreno/[email protected] | ||
with: | ||
lazarus-version: ${{ matrix.lazarus-versions }} | ||
with-cache: false | ||
with-cache: true | ||
|
||
- name: Build the application | ||
if: ${{ matrix.operating-system != 'macos-latest' }} | ||
|