Skip to content

Commit

Permalink
workflows bugfix pwsh $env:
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 12, 2024
1 parent 11d415b commit 8589a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg-linux-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ jobs:
shell: pwsh -NoProfile -Command "& '{0}'"
working-directory: HelloWorld-TinyDrivers
run: |
$toolsPath = Resolve-Path -Path "$TinyORMPath/tools/private"
$toolsPath = Resolve-Path -Path "$env:TinyORMPath/tools/private"
$gitTag = $env:GITHUB_SHA
& "$toolsPath/Edit-FetchContentGitTag.ps1" -CMakeLists ./CMakeLists.txt -GitTag $gitTag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vcpkg-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ jobs:
shell: pwsh -NoProfile -Command "& '{0}'"
working-directory: HelloWorld
run: |
$toolsPath = Resolve-Path -Path "$TinyORMPath/tools/private"
$toolsPath = Resolve-Path -Path "$env:TinyORMPath/tools/private"
$gitTag = $env:GITHUB_SHA
& "$toolsPath/Edit-FetchContentGitTag.ps1" -CMakeLists ./CMakeLists.txt -GitTag $gitTag
Expand Down

0 comments on commit 8589a8e

Please sign in to comment.