From dde36cffebbaf6944281caac71e4541353c0bf33 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Tue, 9 Apr 2024 23:10:38 +0100 Subject: [PATCH] ci: Make the example build the correct dir --- .github/workflows/build-example.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-example.yml b/.github/workflows/build-example.yml index 00d5a7c..1e86cf7 100644 --- a/.github/workflows/build-example.yml +++ b/.github/workflows/build-example.yml @@ -25,8 +25,10 @@ jobs: - name: Build example run: | - cmake . + cd example/ + cmake -G Ninja . ninja + cd .. - name: pub get run: |