Skip to content

Commit c1e5726

Browse files
committed
ci: fixup installation
apt-fast is no longer a part of the CI image
1 parent 076239e commit c1e5726

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ jobs:
55
check:
66
runs-on: ubuntu-latest
77
steps:
8-
- name: 'Checkout'
8+
- name: "Checkout"
99
uses: actions/checkout@v2
10-
- name: 'Install neovim'
10+
- name: "Install neovim"
1111
run: |
1212
sudo add-apt-repository ppa:neovim-ppa/unstable
13-
sudo apt-fast update -qq
14-
sudo apt-fast install --no-install-recommends -yq neovim
15-
- name: 'Run check'
13+
sudo apt-get update -qq
14+
sudo apt-get install --no-install-recommends -yq neovim
15+
- name: "Run check"
1616
run: ./tests/test.sh

0 commit comments

Comments
 (0)