Skip to content

Commit 5e8ea92

Browse files
committed
try Ubuntu 22.04
1 parent e76b667 commit 5e8ea92

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/test-22.04.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Test to Setp Vim on Ubuntu 22.04
2+
on:
3+
push
4+
5+
jobs:
6+
deploy:
7+
runs-on: ubuntu-22.04
8+
steps:
9+
- name: Initialization
10+
run: |
11+
sudo apt-get update
12+
# libfuse2 and LD_PRELOAD are needed for appimage.
13+
sudo apt-get -y install libfuse2
14+
echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so" >> $GITHUB_ENV
15+
- name: Setup Vim
16+
uses: thinca/action-setup-vim@v2
17+
with:
18+
vim_version: 'v9.1.0065'
19+
vim_type: 'Vim'

0 commit comments

Comments
 (0)