Skip to content

Commit 8f3a7fa

Browse files
committed
U: workflows - build test
1 parent 2563ad7 commit 8f3a7fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,12 @@ jobs:
209209
cd ~
210210
mkdir ~/app
211211
cd app
212+
ls -la /Applications/Lazarus
212213
sudo mv /Applications/Lazarus .
213214
sudo chown -R ${USER}:staff Lazarus
214215
sudo rm -rf /usr/local/bin/lazbuild
215216
sudo ln -s ~/app/Lazarus/lazbuild /usr/local/bin/lazbuild
216-
ls -l
217+
ls -la ~/app
217218
218219
# 编译 liblcl :default
219220
- name: Build Branch main for (liblcl.MacOSX64)

0 commit comments

Comments
 (0)