Skip to content

Commit

Permalink
Comment out matrix strategy in workflow configuration
Browse files Browse the repository at this point in the history
The matrix strategy in the GitHub Actions workflow file has been commented out. This change simplifies the build job configuration by removing the plugin matrix for now. Further adjustments or a different approach to handling multiple plugins might be needed later.
  • Loading branch information
ivandrofly committed Nov 22, 2024
1 parent a8e0f48 commit 7ad8bce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
plugin: [ 'NoRecursiveDash', 'HIColorer', 'HI2UC', 'LinesUnbreaker' ]
# strategy:
# matrix:
# plugin: [ 'NoRecursiveDash', 'HIColorer', 'HI2UC', 'LinesUnbreaker' ]

steps:
# Checkout the repository
Expand Down

0 comments on commit 7ad8bce

Please sign in to comment.