Skip to content

Commit

Permalink
ci windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Aug 22, 2024
1 parent a9df315 commit 71a0353
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -27,11 +27,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
fail-fast: false
name: Test ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install libraries for Linux/Mac
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand All @@ -41,6 +42,9 @@ jobs:
env:
HOMEBREW_NO_INSTALL_CLEANUP: 1
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
- name: Setup test-libraries in path for Windows
if: contains(matrix.os, 'windows')
run: Add-Content $env:GITHUB_PATH $env:GITHUB_WORKSPACE\test-libraries\windows\x64\
- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down
Binary file added test-libraries/windows/x64/archive.dll
Binary file not shown.

0 comments on commit 71a0353

Please sign in to comment.