Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Sep 29, 2024
1 parent fd0127f commit dd23da9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@ defaults:
run:
# To respect exit code and make fail-fast behaviors. See GH-617
shell: |
pwsh -Command "$PSVersionTable; PSNativeCommandUseErrorActionPreference = $true; $ErrorActionPreference = 'Stop'; & '{0}'"
pwsh -Command "$PSVersionTable; $PSNativeCommandUseErrorActionPreference = $true; $ErrorActionPreference = 'Stop'; & '{0}'"
jobs:
check_runner:
runs-on: windows-2022
steps:
- run: |
$PSVersionTable
PSNativeCommandUseErrorActionPreference
$PSNativeCommandUseErrorActionPreference
$ErrorActionPreference
- run: |
pwsh -Command 'exit'
- run: |
pwsh -Command 'exit 42'
- run: |
PSNativeCommandUseErrorActionPreference = $true
$PSNativeCommandUseErrorActionPreference = $true
pwsh -Command 'exit 42'
# This job has many comment-out tyle note, agree to ugly, but do NOT remove for now.
# See #443 for detail.
Expand Down Expand Up @@ -173,13 +173,13 @@ jobs:
# This logics can be finished even if tools are not installed
- name: Put config files around terminals
run: |
PSNativeCommandUseErrorActionPreference
$PSNativeCommandUseErrorActionPreference
$ErrorActionPreference
Write-Host "$PROFILE"
.\dist\winit-conf_windows_amd64_v1\winit-conf.exe run
PSNativeCommandUseErrorActionPreference
$PSNativeCommandUseErrorActionPreference
$ErrorActionPreference
Install-Module -Force -Name PSFzfHistory
Expand Down

0 comments on commit dd23da9

Please sign in to comment.