Skip to content

Commit

Permalink
Remove the Qt Source part
Browse files Browse the repository at this point in the history
- Hoping this is not needed any more
  • Loading branch information
CJCombrink committed Jul 25, 2024
1 parent 7b36d6f commit 04d2feb
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: [push]

env:
QT_VERSION: "6.6.2"
QT_CREATOR_VERSION: "13.0.0"
QT_CREATOR_VERSION: "14.0.0"
QT_MIRRORS: download.qt.io;mirrors.ocf.berkeley.edu/qt;ftp.fau.de/qtproject;mirror.bit.edu.cn/qtproject

# The Jobs
Expand Down Expand Up @@ -110,13 +110,6 @@ jobs:
with:
path: SpellChecker-Plugin

# 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: System Packages
shell: pwsh
run: |
Expand Down Expand Up @@ -282,16 +275,6 @@ jobs:
${CMAKE_COMMAND} -E tar xvf ../${package}.7z WORKING_DIRECTORY qtcreator)
endforeach()
if ("${{ runner.os }}" STREQUAL "macOS")
file(COPY
"qtc_src/src/libs/3rdparty/syntax-highlighting/autogenerated/include/KSyntaxHighlighting/"
DESTINATION "qtcreator/Qt Creator.app/Contents/Resources/Headers/qtcreator/src/libs/3rdparty/syntax-highlighting/autogenerated/include/KSyntaxHighlighting/")
else()
file(COPY
"qtc_src/src/libs/3rdparty/syntax-highlighting/autogenerated/include/KSyntaxHighlighting/"
DESTINATION "qtcreator/include/qtcreator/src/libs/3rdparty/syntax-highlighting/autogenerated/include/KSyntaxHighlighting/")
endif()
- name: Build Plugin
shell: pwsh
run: |
Expand Down

0 comments on commit 04d2feb

Please sign in to comment.