Skip to content

Commit 4d6cd59

Browse files
committed
[actions] install NFS for vagrant
1 parent 0b95aee commit 4d6cd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-22.04
2323
steps:
2424
- uses: actions/checkout@v4
25-
- run: sudo apt install python3-jmespath python3-netaddr
25+
- run: sudo apt install python3-jmespath python3-netaddr nfs-kernel-server
2626
- run: ansible-galaxy install geerlingguy.ntp
2727
- name: setup vagrant
2828
run: |

0 commit comments

Comments
 (0)