Skip to content

Commit 1507344

Browse files
committed
Update make.yml
1 parent 6542db9 commit 1507344

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/make.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ jobs:
3636
sudo bash -c 'apt-get update; apt-get install -y lazarus' >/dev/null
3737
instantfpc -Fu/usr/lib/lazarus/*/components/lazutils .github/workflows/make.pas
3838
39+
- name: Cache Lazarus
40+
uses: actions/cache@v4
41+
with:
42+
path: |
43+
~/.lazarus
44+
~/.cache/lazarus
45+
key: lazarus-${{ runner.os }}-${{ hashFiles('**/*.lpi', '**/*.pas') }}
46+
restore-keys: |
47+
lazarus-${{ runner.os }}-
48+
3949
- name: Build DEB package
4050
shell: bash
4151
run: |

0 commit comments

Comments
 (0)