Skip to content

Commit ee709a3

Browse files
committed
add module
1 parent c3f376b commit ee709a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v1
1818
with:
19-
submodules: true
19+
submodules: false
2020
- name: Run Nuke Build
2121
run: ./.nuke/build.cmd --GitHubToken ${{ secrets.GITHUB_TOKEN }}

CADPythonShell.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1414
README.md = README.md
1515
RPS LICENSE.txt = RPS LICENSE.txt
1616
.gitmodules = .gitmodules
17+
.github\workflows\Workflow.yml = .github\workflows\Workflow.yml
1718
EndProjectSection
1819
EndProject
1920
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CADPythonShell", "CADPythonShell\CADPythonShell.csproj", "{7E37F14E-D840-42F8-8CA6-90FFC5497972}"

0 commit comments

Comments
 (0)