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 07e7330 commit 7f8508e
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 "${{ GITHUB_WORKSPACE}}\test-libraries\windows\x64\"
echo "${{ GITHUB_WORKSPACE}}\test-libraries\windows\x64\" >> $GITHUB_PATH
echo "C:\monsuperpath"
echo "C:\monsuperpath" >> $GITHUB_PATH
- name: Setup Java
Expand Down

0 comments on commit 7f8508e

Please sign in to comment.