From 5039a25a57a3641ef304d08ebbd28884763e6d35 Mon Sep 17 00:00:00 2001 From: LSchueler Date: Mon, 26 Aug 2024 16:56:31 +0200 Subject: [PATCH] Fix apt-get command --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: