Skip to content

Commit

Permalink
fix: windows errors
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
  • Loading branch information
dipankardas011 committed May 31, 2024
1 parent 2c4cbed commit fa0dd62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-mock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
Set-PSDebug -Trace 2
cd .\scripts
.\builder.ps1
echo "KSCTL_BIN=.\$env:LOCALAPPDATA\ksctl\ksctl.exe" >> "${GITHUB_ENV}"
echo "KSCTL_BIN=.\$env:LOCALAPPDATA\ksctl\ksctl.exe" >> $env:GITHUB_ENV
# $env:KSCTL_BIN="$env:LOCALAPPDATA\ksctl\ksctl.exe"
# echo "KSCTL_BIN=$env:KSCTL_BIN" >> $env:GITHUB_ENV
- name: build ksctl linux
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit fa0dd62

Please sign in to comment.