aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2021-09-14 11:17:36 +0200
committerGitHub <noreply@github.com>2021-09-14 11:17:36 +0200
commit90c4a1e83c342b9ea08d7c6ead728c33be0d9cc8 (patch)
tree5a341befbcc4937efc9570c5353f3284926afc4e
parent011100df7837c89682d9da777e959a4a9224dcfa (diff)
downloadinitscripts-90c4a1e83c342b9ea08d7c6ead728c33be0d9cc8.tar
initscripts-90c4a1e83c342b9ea08d7c6ead728c33be0d9cc8.tar.gz
initscripts-90c4a1e83c342b9ea08d7c6ead728c33be0d9cc8.tar.bz2
initscripts-90c4a1e83c342b9ea08d7c6ead728c33be0d9cc8.tar.xz
initscripts-90c4a1e83c342b9ea08d7c6ead728c33be0d9cc8.zip
ci: Update path to csdiff repository (#391)
-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