Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: FMI4cpp CI

on: [ push, workflow_dispatch ]

permissions:
contents: read

jobs:

cmake-on-linux:

permissions:
contents: read
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -31,7 +35,8 @@ jobs:


vcpkg-on-linux:

permissions:
contents: read
runs-on: ${{ matrix.os }}
env:
CC: gcc-${{ matrix.compiler_version }}
Expand Down Expand Up @@ -65,7 +70,8 @@ jobs:


vcpkg-on-windows:

permissions:
contents: read
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down