Skip to content

Commit 99b90de

Browse files
authored
Merge pull request #262 from nvim-pack/CIfix
Update ci.yml
2 parents 6785cfd + 8f32b46 commit 99b90de

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13-
- os: ubuntu-20.04
14-
url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz
13+
- os: ubuntu-22.04
14+
url: https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.tar.gz
1515
manager: sudo apt-get
1616
packages: -y fd-find ripgrep
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- run: date +%F > todays-date
2020
- name: Restore from todays cache
21-
uses: actions/cache@v2
21+
uses: actions/cache@v3
2222
with:
2323
path: _neovim
2424
key: ${{ runner.os }}-${{ matrix.url }}-${{ hashFiles('todays-date') }}
@@ -36,9 +36,8 @@ jobs:
3636
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
3737
3838
- name: Install latest stable `rustc`
39-
uses: actions-rs/toolchain@v1
39+
uses: dtolnay/rust-toolchain@stable
4040
with:
41-
profile: minimal
4241
toolchain: stable
4342

4443
- name: build rust

0 commit comments

Comments
 (0)