Skip to content

Commit

Permalink
don't move DLLs around
Browse files Browse the repository at this point in the history
  • Loading branch information
nosracd committed Dec 23, 2024
1 parent 6f29d22 commit 09b3717
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,8 @@ jobs:
- name: Build
run: cmake --build build

# Needs to be installed for the tests to be able to find DLLs.
- name: Install
run: cmake --install build --prefix /mingw64/

- name: Test
run: |
cd build
# Copy DLLs that don't get installed into the directories of the tests that need them.
cp test/types/liblcm-test-types.dll test/c/
ctest --output-on-failure
run: ctest --output-on-failure

docs:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 09b3717

Please sign in to comment.