Skip to content

Commit

Permalink
Fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kkarbowiak committed Apr 18, 2024
1 parent a8fc0d4 commit 37ebe3d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/vroom_libosrm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ env:
osrm-tag: v5.27.1
jobs:
libosrm:
matrix:
cxx:
- g++-12
cc: gcc-12
- clang++-15
cc: clang-15
strategy:
matrix:
cxx: [g++-12, clang++-15]
include:
- cxx: g++-12
cc: gcc-12
- cxx: clang++-15
cc: clang-15
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
Expand Down

0 comments on commit 37ebe3d

Please sign in to comment.