diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a7092c9..858497a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,11 +32,11 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.12' -# - name: find instances of msvcp140.dll -# working-directory: ${{ github.workspace }} -# run: | -# pip install pefile -# python scripts\find_library.py + - name: find instances of msvcp140.dll + working-directory: ${{ github.workspace }} + run: | + pip install pefile + python scripts\find_library.py - name: build and install id: build-and-install working-directory: ${{ github.workspace }}