Skip to content

Commit

Permalink
Update CI to use latest version of CMakeTemplateRenamer
Browse files Browse the repository at this point in the history
  • Loading branch information
tdowrick authored Jan 16, 2020
1 parent 70e8359 commit 80283f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rename_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Rename project, build, test
run: |
cd ..
git clone https://github.com/tdowrick/CMakeTemplateRenamer
git clone https://github.com/MattClarkson/CMakeTemplateRenamer
# Renamer arguments are: Existing folder name, new folder name, new project name, project description, new namespace[instead of mp::], delete git history[Y/N], python package name (optional)
yes Y | CMakeTemplateRenamer/rename.sh CMakeCatchTemplate WorkflowProject WorkflowProject "Tom's project" tp Y pyTom
Expand Down

0 comments on commit 80283f3

Please sign in to comment.