Skip to content

Commit

Permalink
Hacking in cloning qtc sources as well
Browse files Browse the repository at this point in the history
  • Loading branch information
CJCombrink committed Apr 4, 2024
1 parent 62e047e commit 44d91f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,13 @@ jobs:
endif()
endif()
# Just get the Qt Creator sources as well under $GITHUB_WORKSPACE/qtc_src, so your job can access it
- uses: actions/checkout@v4
with:
repository: qt-creator/qt-creator
ref: "v$ENV{QT_CREATOR_VERSION}"
path: qtc_src

- name: Download Qt Creator
id: qt_creator
shell: cmake -P {0}
Expand Down Expand Up @@ -307,6 +314,7 @@ jobs:
cmake --preset "${env:CMAKE_PRESET}" `
-DCMAKE_PREFIX_PATH="${{ steps.qt.outputs.qt_dir }};${{ steps.qt_creator.outputs.qtc_dir }}${prefix_extra}" `
-DCMAKE_INCLUDE_PATH="$GITHUB_WORKSPACE/qtc_src/src/libs/3rdparty/syntax-highlighting/autogenerated/include"
cmake --build --preset conan-release
Expand Down

0 comments on commit 44d91f7

Please sign in to comment.