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 23, 2024
1 parent 2881654 commit 53244dc
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: '*'
verbose: true
- name: Print compiled files
run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'
Expand Down

0 comments on commit 53244dc

Please sign in to comment.