diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a98fc60..6dd3f9b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,8 +25,6 @@ jobs: toolchain: stable override: true components: rustfmt, clippy - - name: Install Dependencies - run: sudo apt-get install -y build-essential gfortran - uses: actions-rs/cargo@v1 name: fmt with: @@ -54,6 +52,8 @@ jobs: with: python-version: "3.10" architecture: x64 + - name: Install Dependencies + run: sudo apt-get install libssl-dev - name: Build Wheels uses: messense/maturin-action@v1 with: