diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 207791b5..8ee4ebd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,12 +158,8 @@ jobs: with: python-version: 3.x architecture: ${{ matrix.platform.target }} - - name: Install dependencies on Windows + - name: Install NASM run: | - choco install cmake -y - choco install strawberryperl -y - choco install pkgconfiglite -y - choco install llvm -y choco install nasm -y shell: cmd - name: Build wheels @@ -252,4 +248,4 @@ jobs: with: token: ${{ secrets.CR_PAT }} prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') || contains(github.ref, 'rc') }} - generate_release_notes: true \ No newline at end of file + generate_release_notes: true