Skip to content

Commit 04528e1

Browse files
committed
Fix apt-get command
1 parent 162f2ec commit 04528e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
override: true
2727
components: rustfmt, clippy
2828
- name: Install Dependencies
29-
run: sudo apt-get install -y build-essentials gfortran
29+
run: sudo apt-get install -y build-essential gfortran
3030
- uses: actions-rs/cargo@v1
3131
name: fmt
3232
with:

0 commit comments

Comments
 (0)