Skip to content

Commit

Permalink
build: fix max parallel to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
JustPyrrha committed Jul 17, 2024
1 parent 169b62c commit 7bc7681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
loader:
- BuiltIn
Expand Down

0 comments on commit 7bc7681

Please sign in to comment.