Skip to content

Commit

Permalink
fix: don't use expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Feb 1, 2024
1 parent 3a18e61 commit 3b670cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, windows-2022]
nvdaInstallDir: ["", \%userprofile\%\\nvda]
nvdaInstallDir: ["", "D:\\a\\setup-action\\setup-action\\nvda"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -72,4 +72,4 @@ jobs:
uses: ./
with:
nvdaInstallDir: ${{ matrix.nvdaInstallDir }}
- run: Get-ChildItem $env:USERPROFILE\nvda
- run: Get-ChildItem D:\a\setup-action\setup-action\nvda

0 comments on commit 3b670cf

Please sign in to comment.