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 }}