Skip to content

Commit

Permalink
[-] fix GHA setup-lazarus, source gcarreno/setup-lazarus#16
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Dec 28, 2022
1 parent 18dcf8f commit c60af52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: gcarreno/[email protected]
with:
lazarus-version: ${{ matrix.lazarus-versions }}
# include-packages: "Synapse 40.1"
with-cache: false

- name: Build the application
if: ${{ matrix.operating-system != 'macos-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: gcarreno/[email protected]
with:
lazarus-version: ${{ matrix.lazarus-versions }}
# include-packages: "Synapse 40.1"
with-cache: false

- name: Build the application
if: ${{ matrix.operating-system != 'macos-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: gcarreno/[email protected]
with:
lazarus-version: ${{ matrix.lazarus-versions }}
# include-packages: "Synapse 40.1"
with-cache: false

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

0 comments on commit c60af52

Please sign in to comment.