Skip to content

Commit e5b86e6

Browse files
authored
apt-fast -> apt-get
Missed one.
1 parent 3ef834b commit e5b86e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: sudo apt-get -y update
1515

1616
- name: Install Dependencies
17-
run: xargs -a dependencies sudo apt-fast install -y
17+
run: xargs -a dependencies sudo apt-get install -y
1818

1919
- name: Python Setup
2020
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)