diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index ab5c37fd2..4d2f25d2b 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: '**/*.mq?' verbose: true - name: Print compiled files run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'