Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
another try
  • Loading branch information
ahmed-irfan authored Oct 3, 2023
1 parent 34f533a commit 4731335
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
mode: [debug, release]
config-opt: [--enable-mcsat, --enable-thread-safety]
env: [CC=gcc CXX=g++, CC=clang CXX=clang++]
exclude:
- if: github.ref == 'refs/heads/per-thread-state'
config-opt: --enable-mcsat
include:
- os: ubuntu-latest
mode: gcov
Expand All @@ -22,8 +25,6 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- if: github.ref != 'refs/heads/per-thread-state' || matrix.config-opt != '--enable-mcsat'

- uses: actions/checkout@v3

- name: Install Dependencies
Expand Down

0 comments on commit 4731335

Please sign in to comment.