File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ jobs:
3939 run : |
4040 set -xeuo pipefail
4141 sudo bash -c 'apt-get update; apt-get install -y lazarus' >/dev/null
42- instantfpc -Fu/usr/lib/lazarus/*/components/lazutils .github/workflows/make.pas
42+ instantfpc .github/workflows/make.pas
4343
4444 - name : Build on Linux (AArch64)
4545 if : runner.os == 'Linux' && runner.arch == 'ARM64'
4646 shell : bash
4747 run : |
4848 set -xeuo pipefail
4949 sudo bash -c 'apt-get update; apt-get install -y lazarus' >/dev/null
50- instantfpc -Fu/usr/lib/lazarus/*/components/lazutils .github/workflows/make.pas
50+ instantfpc .github/workflows/make.pas
5151
5252 - name : Install Lazarus on macOS
5353 if : runner.os == 'macOS'
8787 Get-Command instantfpc
8888
8989 Write-Host "Building make.pas..."
90- instantfpc '-FuC:\Lazarus\components\lazutils' .github/workflows/make.pas
90+ instantfpc .github/workflows/make.pas
You can’t perform that action at this time.
0 commit comments