Skip to content

Commit

Permalink
GHA: Compile: Ignores compiling platform files
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Apr 24, 2024
1 parent 8df6c70 commit d8c2aef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
with:
init-platform: true
mt-path: .mt${{ matrix.version }}
path-ignore: .mt${{ matrix.version }}
path: '**/*.mq${{ matrix.version }}'
verbose: true
- name: Print compiled files
run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'
Expand Down

0 comments on commit d8c2aef

Please sign in to comment.