Skip to content

Commit 3ef834b

Browse files
authored
apt-fast -> apt-get
Apparently apt-fast is not supported.
1 parent 8f700b5 commit 3ef834b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Refresh Packages
14-
run: sudo apt-fast -y update
14+
run: sudo apt-get -y update
1515

1616
- name: Install Dependencies
1717
run: xargs -a dependencies sudo apt-fast install -y
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v3
5050

5151
- name: Refresh Packages
52-
run: sudo apt-fast -y update
52+
run: sudo apt-get -y update
5353

5454
- name: Python Setup
5555
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)