diff options
-rw-r--r-- | .github/workflows/shellcheck_test.yml | 2 |
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 |