Skip to content

Commit

Permalink
ci: windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Aug 21, 2024
1 parent b194a75 commit 2fcce2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Setup test-libraries in path
if: contains(matrix.os, 'windows')
run: |
echo "${{ github.workspace }}\test-libraries\windows\x64\"
echo "${{ github.workspace }}\test-libraries\windows\x64\" >> $GITHUB_PATH
echo $env:GITHUB_WORKSPACE\test-libraries\windows\x64\
Add-Content $env:GITHUB_PATH $env:GITHUB_WORKSPACE\test-libraries\windows\x64\
- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 2fcce2a

Please sign in to comment.