Skip to content

Commit 3f843c3

Browse files
authored
Update snapshots.yml
1 parent 2e576cf commit 3f843c3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/snapshots.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
repository: 'fpc/Lazarus'
3131

3232
- name: Build and install Lazarus
33-
run: sudo make all install
33+
run: |
34+
make all
35+
sudo make install
3436
3537
- name: Create Lazarus config
3638
run: |
@@ -68,3 +70,4 @@ jobs:
6870

6971

7072

73+

0 commit comments

Comments
 (0)