We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef834b commit e5b86e6Copy full SHA for e5b86e6
.github/workflows/pull-request.yaml
@@ -14,7 +14,7 @@ jobs:
14
run: sudo apt-get -y update
15
16
- name: Install Dependencies
17
- run: xargs -a dependencies sudo apt-fast install -y
+ run: xargs -a dependencies sudo apt-get install -y
18
19
- name: Python Setup
20
uses: actions/setup-python@v4
0 commit comments