Skip to content

Commit ce895e5

Browse files
author
pfeatherstone
committed
ubuntu 20 deprecated so remove. Point to correct cmake source dir
1 parent a1d4088 commit ce895e5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ jobs:
1919
strategy:
2020
matrix:
2121
include:
22-
- name: Ubuntu-20.04-GCC
23-
os: ubuntu-20.04
24-
cc: gcc
25-
cxx: g++
26-
- name: Ubuntu-20.04-Clang
27-
os: ubuntu-20.04
28-
cc: clang
29-
cxx: clang++
3022
- name: Ubuntu-22.04-GCC
3123
os: ubuntu-22.04
3224
cc: gcc
@@ -81,7 +73,7 @@ jobs:
8173
8274
- name: Run CMake configuration and build
8375
run: |
84-
"${{ env.CMAKE_BIN }}" . -B build -G Ninja \
76+
"${{ env.CMAKE_BIN }}" examples -B build -G Ninja \
8577
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
8678
-DCMAKE_C_COMPILER=${{ matrix.cc }} \
8779
-DCMAKE_CXX_COMPILER=${{ matrix.cxx }}

0 commit comments

Comments
 (0)