We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76b667 commit 5e8ea92Copy full SHA for 5e8ea92
.github/workflows/test-22.04.yml
@@ -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