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 6c2ed10 commit 07e7330
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
- name: Setup test-libraries in path
if: contains(matrix.os, 'windows')
run: echo "$GITHUB_WORKSPACE/test-libraries/windows/x64/" >> $GITHUB_PATH
run: |
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
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 07e7330

Please sign in to comment.