File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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') }}
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
You can’t perform that action at this time.
0 commit comments