Skip to content

Commit 57e4b4e

Browse files
authored
Update action.yml to use github to not effcios git (#351)
* Update action.yml * Update action.yml * Update action.yml
1 parent f30f5ce commit 57e4b4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-thapi/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
shell: bash
4141
if: steps.efficios_dep.outputs.cache-hit != 'true'
4242
run: |
43-
git clone -b anl-ms3 git://git.efficios.com/deliverable/lttng-tools.git
43+
git clone -b anl-ms3 https://github.com/argonne-lcf/lttng-tools.git
4444
cd lttng-tools
4545
./bootstrap
4646
./configure --disable-man-pages --disable-bin-lttng-crash --prefix=$HOME/efficios_dep
@@ -54,7 +54,7 @@ runs:
5454
shell: bash
5555
if: steps.efficios_dep.outputs.cache-hit != 'true'
5656
run: |
57-
git clone -b anl-ms3 git://git.efficios.com/deliverable/babeltrace.git
57+
git clone -b anl-ms3 https://github.com/argonne-lcf/babeltrace.git
5858
cd babeltrace
5959
wget https://raw.githubusercontent.com/argonne-lcf/THAPI/53262fcaaaf45d7d475884d7e63b69abe47e41d6/.github/workflows/str_nullptr.patch
6060
patch -p1 < str_nullptr.patch

0 commit comments

Comments
 (0)