Skip to content

Commit 4261430

Browse files
authored
Update 0-build-snapshot-mac.yml
1 parent ee2b03f commit 4261430

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/0-build-snapshot-mac.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,10 @@ jobs:
185185
# ref: 'fixes_4'
186186

187187
- name: Build and install Lazarus
188+
shell: bash
188189
run: |
189-
make all install
190+
make all;
191+
sudo make install;
190192
191193
- name: Create Lazarus config
192194
shell: bash

0 commit comments

Comments
 (0)