Skip to content

Commit 0561ec2

Browse files
committed
ci: use fixed MOOS repo for builds
1 parent 0abb74e commit 0561ec2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout MOOS source
4040
uses: actions/checkout@v2
4141
with:
42-
repository: 'themoos/core-moos'
42+
repository: 'russkel/core-moos'
4343
path: '${{ github.workspace }}/core-moos'
4444

4545
- name: 'Run CMake'

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout MOOS source
3131
uses: actions/checkout@v2
3232
with:
33-
repository: 'themoos/core-moos'
33+
repository: 'russkel/core-moos'
3434
path: '${{ github.workspace }}/core-moos'
3535

3636
- name: 'Run CMake'

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Checkout MOOS source
5757
uses: actions/checkout@v2
5858
with:
59-
repository: 'themoos/core-moos'
59+
repository: 'russkel/core-moos'
6060
path: '${{ github.workspace }}/core-moos'
6161

6262
- name: 'Run CMake'

0 commit comments

Comments
 (0)