From 90c4a1e83c342b9ea08d7c6ead728c33be0d9cc8 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Tue, 14 Sep 2021 11:17:36 +0200 Subject: ci: Update path to csdiff repository (#391) --- .github/workflows/shellcheck_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1