Skip to content

Commit

Permalink
Update build_all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whyakari authored Aug 26, 2024
1 parent 08aab9d commit 70f4800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: MoeKernel/[email protected]
id: clone_scripts
with:
branch: ${{ matrix.build_type == 'KSU' && 'ksu' || matrix.build_type == 'KSU_DYNAMIC' && 'ksu_dynamic' || matrix.build_type == 'NO-KSU' && 'without-ksu' || matrix.build_type == 'NOKSU_DYNAMIC' && 'noksu_dynamic' }}
branch: ${{ matrix.build_type == 'KSU' && 'ksu' || matrix.build_type == 'KSU_DYNAMIC' && 'ksu_dynamic' || matrix.build_type == 'NO-KSU' && 'noksu' || matrix.build_type == 'NOKSU_DYNAMIC' && 'noksu_dynamic' }}
owner: 'MoeKernel'
repository: 'scripts'

Expand Down

0 comments on commit 70f4800

Please sign in to comment.