Skip to content

Commit 3f7a476

Browse files
authored
CICD.yml: Drop unused apt-get
1 parent 6381266 commit 3f7a476

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/CICD.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -493,12 +493,6 @@ jobs:
493493
- uses: Swatinem/rust-cache@v2
494494
- name: Run sccache-cache
495495
uses: mozilla-actions/[email protected]
496-
- name: Install dependencies
497-
shell: bash
498-
run: |
499-
## Install dependencies
500-
sudo apt-get update
501-
sudo apt-get install libselinux1-dev libsystemd-dev
502496
- name: "`make install`"
503497
shell: bash
504498
run: |

0 commit comments

Comments
 (0)