Skip to content

Commit

Permalink
update git submodule patching
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Dec 3, 2023
1 parent 7a11bfe commit 78cb621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cmake.yml
Expand Up @@ -57,8 +57,8 @@ jobs:
id: git
shell: cmake -P {0}
run: |
execute_process(COMMAND git submodule set-url -- perfparser https://code.qt.io/qt-creator/perfparser.git)
execute_process(COMMAND git submodule set-url -- qbs https://github.com/arBmind/qbs.git)
execute_process(COMMAND git submodule set-url -- src/tools/perfparser https://code.qt.io/qt-creator/perfparser.git)
execute_process(COMMAND git submodule set-url -- src/shared/qbs https://github.com/hicknhack-software/Qt-Qbs.git)
execute_process(COMMAND git submodule update --init --recursive)
file(MAKE_DIRECTORY release)
if (${{github.ref}} MATCHES "tags/v([0-9.]+)")
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_qbs.yml
Expand Up @@ -77,8 +77,8 @@ jobs:

- working-directory: Repo
run: |
git submodule set-url -- perfparser https://code.qt.io/qt-creator/perfparser.git
git submodule set-url -- qbs https://github.com/arBmind/qbs.git
git submodule set-url -- src/tools/perfparser https://code.qt.io/qt-creator/perfparser.git
git submodule set-url -- src/shared/qbs https://github.com/hicknhack-software/Qt-Qbs.git
git submodule update --init --recursive
- name: Build
Expand Down

0 comments on commit 78cb621

Please sign in to comment.