We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353791a commit 5efa4e8Copy full SHA for 5efa4e8
.github/workflows/actions.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Install dependencies
14
run: |
15
sudo apt-get update
16
- sudo apt-get install -y -f build-essential g++ cmake
+ sudo apt-get install -y -f build-essential g++ cmake vim
17
build:
18
needs: install
19
runs-on: ubuntu-latest
0 commit comments