We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c015e8 commit fd4b072Copy full SHA for fd4b072
.github/workflows/test.yml
@@ -45,9 +45,9 @@ jobs:
45
- name: Install Windows dependencies
46
if: startsWith(matrix.os, 'windows')
47
run: |
48
- nuget install Gettext.Tools -OutputDirectory c:\nuget;
49
- $gettextPath = (Get-ChildItem -Path "C:\nuget" -Directory -Filter "Gettext.Tools.*" | Select-Object -First 1).FullName;
50
- Add-Content $env:GITHUB_PATH "$gettextPath\tools\bin"
+ nuget install Gettext.Tools -OutputDirectory c:/nuget;
+ $gettextPath = (Get-ChildItem -Path "C:/nuget" -Directory -Filter "Gettext.Tools.*" | Select-Object -First 1).FullName;
+ Add-Content $env:GITHUB_PATH "$gettextPath/tools/bin"
51
52
- name: Install uv
53
uses: hynek/setup-cached-uv@v2
0 commit comments