diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-06 01:38:27 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 0064eb692f2f544ffba47cc4323c23341196605e (patch) | |
| tree | 4820cc2cc6192b03f44dd7c671338c6227ef917b /.github | |
| parent | 26887eff32640ccb5bcf1d0e042dee31b4e7aa9a (diff) | |
Check if copying libs over is unnecessary
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8cf17992..adff7bc9 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -71,12 +71,8 @@ jobs: # Execute the build. You can specify a specific target with "--target <NAME>" run: cmake --build . --config $BUILD_TYPE --target test - - name: Copy libs to test directory - run: cp ${{github.workspace}}/lib/* ${{github.workspace}}/build/test/ - - name: Test working-directory: ${{github.workspace}}/build/test shell: bash # Skipping tests for bass since no audio device - run: | - ./test ~[bass] + run: ./test ~[bass] |
