diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9980516..5f265c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,7 @@ jobs: git clone --depth 1 https://github.com/allthingsida/ida-cmake "${IDASDK}/ida-cmake" mkdir -p "${IDASDK}/include" git clone --depth 1 https://github.com/allthingsida/idax "${IDASDK}/include/idax" + git clone --depth 1 https://github.com/allthingsida/idacpp "${IDASDK}/include/idacpp" - name: Configure (Linux) run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release @@ -65,6 +66,7 @@ jobs: git clone --depth 1 https://github.com/allthingsida/ida-cmake "${IDASDK}/ida-cmake" mkdir -p "${IDASDK}/include" git clone --depth 1 https://github.com/allthingsida/idax "${IDASDK}/include/idax" + git clone --depth 1 https://github.com/allthingsida/idacpp "${IDASDK}/include/idacpp" - name: Configure (macOS) run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release @@ -96,6 +98,7 @@ jobs: git clone --depth 1 https://github.com/allthingsida/ida-cmake "${IDASDK}/ida-cmake" mkdir -p "${IDASDK}/include" git clone --depth 1 https://github.com/allthingsida/idax "${IDASDK}/include/idax" + git clone --depth 1 https://github.com/allthingsida/idacpp "${IDASDK}/include/idacpp" - name: Configure (Windows) run: cmake -S . -B build -A x64