Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 14, 2024
1 parent a0b6be9 commit 18de92f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
c_compiler: cl

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -71,7 +71,5 @@ jobs:
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}

- name: Test
#working-directory: ${{ steps.strings.outputs.build-output-dir }}
run: |
./build/test/unit/UNITTESTS
./build/test/blackbox/BLACKBOX

0 comments on commit 18de92f

Please sign in to comment.