mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-27 20:19:19 -05:00
workflows used github.repository
This commit is contained in:
@@ -149,7 +149,7 @@ jobs:
|
||||
$portfileQt5Path = Resolve-Path -Path './cmake/vcpkg/ports/tinyorm-qt5/portfile.cmake'
|
||||
$vcpkgRef = '${{ github.ref_name }}'
|
||||
|
||||
Edit-VcpkgRefAndHash -Project 'silverqx/TinyORM' -Ref $vcpkgRef `
|
||||
Edit-VcpkgRefAndHash -Project '${{ github.repository }}' -Ref $vcpkgRef `
|
||||
-PortFile $portfileQt6Path, $portfileQt5Path `
|
||||
-EnableRetries
|
||||
|
||||
|
||||
@@ -131,7 +131,7 @@ jobs:
|
||||
$portfileQt5Path = Resolve-Path -Path './cmake/vcpkg/ports/tinyorm-qt5/portfile.cmake'
|
||||
$vcpkgRef = '${{ github.ref_name }}'
|
||||
|
||||
Edit-VcpkgRefAndHash -Project 'silverqx/TinyORM' -Ref $vcpkgRef `
|
||||
Edit-VcpkgRefAndHash -Project '${{ github.repository }}' -Ref $vcpkgRef `
|
||||
-PortFile $portfileQt6Path, $portfileQt5Path `
|
||||
-EnableRetries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user