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,10 +114,7 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v4
# - name: Set up CMake
# uses: jwlawson/actions-setup-cmake@v2
- name: Configure CMake - name: Configure CMake
shell: pwsh shell: pwsh
@ -145,7 +142,5 @@ jobs:
- name: Run tests - name: Run tests
shell: pwsh shell: pwsh
env:
PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }}
run: | run: |
build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe

Loading…
Cancel
Save