Skip to content

Commit

Permalink
fix: Turning Lazarus cache off
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Dec 22, 2023
1 parent d68749f commit 1db4134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
lazarus-version: ${{ matrix.lazarus-versions }}
include-packages: "Synapse 40.1"
with-cache: true
with-cache: false

- name: Build the Main Application (Windows)
if: ${{ matrix.operating-system == 'windows-latest' }}
Expand Down

0 comments on commit 1db4134

Please sign in to comment.