Update ci.yml

pull/3239/head
Gabi Melman 10 months ago committed by GitHub
parent 7415b3e3f5
commit 6644ccb739
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -114,11 +114,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
# - name: Set up CMake
# uses: jwlawson/actions-setup-cmake@v2
uses: actions/checkout@v4
- name: Configure CMake
shell: pwsh
run: |
@ -144,8 +141,6 @@ jobs:
cmake --build . --config ${{ matrix.config.BUILD_TYPE }}
- name: Run tests
shell: pwsh
env:
PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }}
shell: pwsh
run: |
build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe

Loading…
Cancel
Save