diff options
| author | Sizhe Zhao <prc.zhao@outlook.com> | 2023-01-31 05:10:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-30 22:10:44 +0100 |
| commit | f4b04389839855c716cba35dd8849476f609dda1 (patch) | |
| tree | 985b39e0ead5986026f6bb447a42f7fd57aecd19 /.github/workflows | |
| parent | 65287605c39a41a8e3ec905a318b0a727f84910d (diff) | |
fix: kyazdani42/nvim-web-devicons is now nvim-tree/nvim-web-devicons (#2343)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e9f197..5c8bb88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: } mkdir -p ~/.local/share/nvim/site/pack/vendor/start git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim - git clone --depth 1 https://github.com/kyazdani42/nvim-web-devicons ~/.local/share/nvim/site/pack/vendor/start/nvim-web-devicons + git clone --depth 1 https://github.com/nvim-tree/nvim-web-devicons ~/.local/share/nvim/site/pack/vendor/start/nvim-web-devicons ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start - name: Run tests |
