From 1bb9a0c56621179bc3d2a8c15a0bd1d1711f1c4f Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:07:01 +0200 Subject: [PATCH] Update Test_WSL_Debian_12.yml --- .github/workflows/Test_WSL_Debian_12.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Test_WSL_Debian_12.yml b/.github/workflows/Test_WSL_Debian_12.yml index 573f10606..bd5c114b6 100644 --- a/.github/workflows/Test_WSL_Debian_12.yml +++ b/.github/workflows/Test_WSL_Debian_12.yml @@ -60,5 +60,8 @@ jobs: find . -type f \( ! -iname "*.log" ! -path "*/.dotfiles/logs/HEAD" \ ! -path "*work/_temp/*" ! -path "./runners/*" \ ! -path "./x/helix/target/release/.fingerprint/*" \ + ! -path "./.cargo/registry/index/*" \ + ! -path "./x/helix/target/release/build/helix-term*" \ + ! -path "./x/helix/target/.rustc_info.json" \ ! -name ".wget-hsts" \) -print0 | xargs -0 -I{} bash -c 'if ! diff "$1" "/tmp/old_home/$1"; then echo "diff failed for: $1"; exit 1; fi' bash {}