Skip to content

Commit

Permalink
Fix apt-get command
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Aug 26, 2024
1 parent 04528e1 commit 5039a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5039a25

Please sign in to comment.