Skip to content

Commit

Permalink
Use explicit init-repository.pl script
Browse files Browse the repository at this point in the history
  • Loading branch information
hmartinez82 committed Nov 4, 2024
1 parent 7b160ec commit 590ecb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
) -join ''
) -join ''
perl init-repository $repo_init_arguments
perl init-repository.pl $repo_init_arguments
- name: Apply patches
shell: pwsh
Expand Down
5 changes: 3 additions & 2 deletions scripts/CloneAndInitializeQtSources.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ $repo_init_arguments = @(
"-qtsvg,"
"-qtimageformats,"
"-qtmultimedia,"
"-qttranslations"
"-qttranslations,"
"-qtgraphs"
) -join ''
) -join ''
Write-Host "perl init-repository $repo_init_arguments"
Write-Host "perl init-repository.pl $repo_init_arguments"

Set-Location .\Sources
perl init-repository $repo_init_arguments
Expand Down

0 comments on commit 590ecb6

Please sign in to comment.