File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments