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 ea30fb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
with:
init-platform: true
mt-path: .mt${{ matrix.version }}
path-ignore: .mt${{ matrix.version }}
verbose: true
- name: Print compiled files
run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname'
Expand Down

0 comments on commit ea30fb1

Please sign in to comment.