Skip to content

Commit

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

0 comments on commit a8fc0d4

Please sign in to comment.