Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit d758fd9

Browse files
GitHub workflow steps renamed from "Install systemd dependencies" to "Install dependencies"
1 parent 629190f commit d758fd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
clippy_check:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- name: Install systemd dependencies
25+
- name: Install dependencies
2626
run: sudo apt-get install libsystemd-dev pkg-config
2727
- uses: actions/[email protected]
2828
- uses: actions-rs/[email protected]
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/[email protected]
42-
- name: Install systemd dependencies
42+
- name: Install dependencies
4343
run: sudo apt-get install libsystemd-dev pkg-config
4444
- name: Build
4545
run: cargo build --verbose

0 commit comments

Comments
 (0)