From 14a885462e4cd357b701dfea4f7dc8b9753fc7fc Mon Sep 17 00:00:00 2001 From: MoeMagicMango Date: Thu, 19 Oct 2023 18:17:18 +0800 Subject: [PATCH] Update updater.yml --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 013d68f..c97b94e 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,7 @@ jobs: name: Fetch And Update runs-on: ubuntu-latest steps: - - run: pip3 install tqdm + - run: pip3 install tqdm UnityPy - uses: actions/checkout@v3 - run: | python3 gameInformation.py ${{ inputs.url }}