From 53244dc4f02178649bb3ca711d50daacb6ff4f80 Mon Sep 17 00:00:00 2001 From: kenorb Date: Wed, 24 Apr 2024 00:18:05 +0100 Subject: [PATCH] GHA: Compile: Ignores compiling platform files --- .github/workflows/compile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index ab5c37fd2..7ed875152 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -59,6 +59,8 @@ jobs: with: init-platform: true mt-path: .mt${{ matrix.version }} + path-ignore: .mt${{ matrix.version }} + path: '*' verbose: true - name: Print compiled files run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'