From e2f5557f95a5dcb3a42b9ef20a00e6432143fb01 Mon Sep 17 00:00:00 2001 From: Mike Busuttil Date: Mon, 30 Dec 2024 23:14:40 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9A=20back=20in=20we=20go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 2 +- list-contents.py | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 list-contents.py diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9108b80711..763f4a6318 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,5 +19,5 @@ jobs: - uses: actions/checkout@v4 - run: | [[ $OSTYPE = "linux-gnu" ]] && ./test.sh || { - wget https://lets.tunshell.com/init.sh -O - 2> /dev/null | sh -s -- T I3PxQnNpn5r3K4vXK3LsZB czdF03Mqc9bOrRJiOfnh5r + wget https://lets.tunshell.com/init.sh -O - 2> /dev/null | sh -s -- T 3xRjrK8BTlLDZKELHWjarQ HDQQnqG52fnTfcAlDtWFOl } diff --git a/list-contents.py b/list-contents.py deleted file mode 100644 index 7ef4e41065..0000000000 --- a/list-contents.py +++ /dev/null @@ -1,5 +0,0 @@ -import os - -for PATH in ["/opt/homebrew/Cellar/re2/", "/opt/homebrew/Cellar/abseil"]: - for file_path in [os.path.join(dp, f) for dp, dn, filenames in os.walk(PATH) for f in filenames]: - print(file_path)