Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcromani committed Mar 26, 2024
1 parent 27b24c4 commit 94ae692
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
build_and_test:
timeout-minutes: 10
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -48,8 +47,6 @@ jobs:
if: matrix.os == 'windows-latest' && matrix.compiler == 'clang'
run: |
$args = (
"-DGTEST_CREATE_SHARED_LIBRARY=ON",
"-DGTEST_LINKED_AS_SHARED_LIBRARY=ON",
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_C_COMPILER=`"C:\Program Files\LLVM\bin\clang.exe`"",
"-DCMAKE_CXX_COMPILER=`"C:\Program Files\LLVM\bin\clang++.exe`"",
Expand Down

0 comments on commit 94ae692

Please sign in to comment.