Sfoglia il codice sorgente

fix github-actions

Artem V. Ageev 11 mesi fa
parent
commit
8f6876a4ec
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/make.yml

+ 1 - 1
.github/workflows/make.yml

@@ -36,5 +36,5 @@ jobs:
           set -xeuo pipefail
           sudo bash -c 'apt-get update; apt-get install -y lazarus' >/dev/null
           instantfpc -Fu/usr/lib/lazarus/*/components/lazutils \
-            .github/workflows/make.pas
+            .github/workflows/make.pas build
           delp -r "${PWD}"