Skip to content

Commit fbe8d7a

Browse files
committed
add + to refs in ci
1 parent 1760970 commit fbe8d7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
submodules: true
2525
fetch-depth: 0
26-
- run: git fetch --recurse-submodules=no https://github.com/linuxcnc/linuxcnc refs/tags/*:refs/tags/*
26+
- run: git fetch --recurse-submodules=no https://github.com/linuxcnc/linuxcnc +refs/tags/*:refs/tags/*
2727
- name: Build RIP & test
2828
run: |
2929
set -x
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
submodules: true
5151
fetch-depth: 0
52-
- run: git fetch --recurse-submodules=no https://github.com/linuxcnc/linuxcnc refs/tags/*:refs/tags/*
52+
- run: git fetch --recurse-submodules=no https://github.com/linuxcnc/linuxcnc +refs/tags/*:refs/tags/*
5353
- name: Clang build RIP & test
5454
run: |
5555
set -x
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
submodules: true
7878
fetch-depth: 0
79-
- run: git fetch --recurse-submodules=no https://github.com/linuxcnc/linuxcnc refs/tags/*:refs/tags/*
79+
- run: git fetch --recurse-submodules=no https://github.com/linuxcnc/linuxcnc +refs/tags/*:refs/tags/*
8080
- name: Build HTML docmentation
8181
run: |
8282
./scripts/travis-install-build-deps.sh

0 commit comments

Comments
 (0)