mirror of
https://github.com/prabirshrestha/asyncomplete.vim.git
synced 2025-12-14 20:35:41 +01:00
remove needless action
This commit is contained in:
6
.github/workflows/linux_vim.yml
vendored
6
.github/workflows/linux_vim.yml
vendored
@@ -27,12 +27,6 @@ jobs:
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies (Linux)
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
sudo apt-get -qq update
|
||||
sudo apt-get install -y --no-install-recommends \
|
||||
libfuse2
|
||||
- name: Download vim
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user