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 7f8508e commit 8b1566a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +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 "C:\monsuperpath"
echo "C:\monsuperpath" >> $GITHUB_PATH
echo "${{ vars.GITHUB_WORKSPACE}}\test-libraries\windows\x64\"
echo "${{ vars.GITHUB_WORKSPACE}}\test-libraries\windows\x64\" >> $GITHUB_PATH
- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 8b1566a

Please sign in to comment.