mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-25 04:19:00 -06:00
workflows used github.repository
This commit is contained in:
2
.github/workflows/vcpkg-linux.yml
vendored
2
.github/workflows/vcpkg-linux.yml
vendored
@@ -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
|
||||
|
||||
|
||||
2
.github/workflows/vcpkg-windows.yml
vendored
2
.github/workflows/vcpkg-windows.yml
vendored
@@ -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