Skip to content

Commit 5039a25

Browse files
committed
Fix apt-get command
1 parent 04528e1 commit 5039a25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
toolchain: stable
2626
override: true
2727
components: rustfmt, clippy
28-
- name: Install Dependencies
29-
run: sudo apt-get install -y build-essential gfortran
3028
- uses: actions-rs/cargo@v1
3129
name: fmt
3230
with:
@@ -54,6 +52,8 @@ jobs:
5452
with:
5553
python-version: "3.10"
5654
architecture: x64
55+
- name: Install Dependencies
56+
run: sudo apt-get install libssl-dev
5757
- name: Build Wheels
5858
uses: messense/maturin-action@v1
5959
with:

0 commit comments

Comments
 (0)