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)