Skip to content

Commit fe2219d

Browse files
committed
remove LazUtils from required build units
1 parent ce94226 commit fe2219d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/make.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'
@@ -87,4 +87,4 @@ jobs:
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

0 commit comments

Comments
 (0)