Skip to content

Commit 0742a55

Browse files
use lazarus parameter
1 parent 2c8e563 commit 0742a55

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/github_lazarus.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
config:
1919
- os: windows-latest
2020
name: 'Windows 32'
21-
lazarus-url : 'https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2032%20bits/Lazarus%202.0.12/lazarus-2.0.12-fpc-3.2.0-win32.exe/download'
21+
lazarus-url : 'https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2032%20bits/Lazarus%202.0.12/lazarus-2.0.12-fpc-3.2.0-win32.exe/download'
22+
lazarus-parameter : '/VERYSILENT /DIR="c:\lazarus"'
2223

2324

2425
steps:
@@ -27,7 +28,8 @@ jobs:
2728
if: matrix.config.os == 'windows-latest'
2829
run: |
2930
curl --retry 5 -L -o lazarus.exe ${{ matrix.config.lazarus-url }}
30-
./lazarus.exe /VERYSILENT /DIR="c:\lazarus"
31+
echo "download complete"
32+
./lazarus.exe ${{ matrix.config.lazarus-parameter }}
3133
echo $GITHUB_PATH
3234
echo "c:\lazarus" >> $GITHUB_PATH
3335
echo $GITHUB_PATH

0 commit comments

Comments
 (0)