aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2021-09-14 11:17:36 +0200
committerJan Macku <jamacku@redhat.com>2021-09-14 11:20:00 +0200
commit2a915025ac9a0c61a4a9edbb97ef56c116cf4e9f (patch)
tree2f4f2104b00e34927d8d2038a74ad54a6bf448b0
parent0aeecdccb2b2cadcbc2dcf2ba045f002280e4689 (diff)
downloadinitscripts-2a915025ac9a0c61a4a9edbb97ef56c116cf4e9f.tar
initscripts-2a915025ac9a0c61a4a9edbb97ef56c116cf4e9f.tar.gz
initscripts-2a915025ac9a0c61a4a9edbb97ef56c116cf4e9f.tar.bz2
initscripts-2a915025ac9a0c61a4a9edbb97ef56c116cf4e9f.tar.xz
initscripts-2a915025ac9a0c61a4a9edbb97ef56c116cf4e9f.zip
ci: Update path to csdiff repository (#391)
(cherry picked from commit 90c4a1e83c342b9ea08d7c6ead728c33be0d9cc8)
-rw-r--r--.github/workflows/shellcheck_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/shellcheck_test.yml b/.github/workflows/shellcheck_test.yml
index 1088c264..6ad63a58 100644
--- a/.github/workflows/shellcheck_test.yml
+++ b/.github/workflows/shellcheck_test.yml
@@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: sudo apt update && sudo apt-get install -y cmake help2man libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-python-dev libboost-regex-dev tree
- name: Clone csdiff repository
- run: cd ../ && git clone --depth=1 https://github.com/kdudka/csdiff.git && cd -
+ run: cd ../ && git clone --depth=1 https://github.com/csutils/csdiff.git && cd -
- name: Build and install csdiff
run: cd ../csdiff && sudo make && sudo make install && cd -
- name: Repository checkout