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.
2 parents 9ebaa08 + 1190d6e commit 3aca16dCopy full SHA for 3aca16d
.github/workflows/test.yml
@@ -84,28 +84,13 @@ jobs:
84
time brew upgrade
85
- name: Install vde_switch and vde_vmnet
86
env:
87
- # 2021-12-12
88
- VDE2_VERSION: 74278b9b7cf816f0356181f387012fdeb6d65b52
89
- # 2021-12-08
90
- VDE_VMNET_VERSION: v0.5.2
+ VDE_VMNET_VERSION: v0.6.0
91
run: |
92
(
93
brew install autoconf automake
94
- )
95
- (
96
- git clone https://github.com/virtualsquare/vde-2
97
- cd vde-2
98
- git checkout $VDE2_VERSION
99
- autoreconf -fis
100
- ./configure --prefix=/opt/vde --disable-python
101
- make
102
- sudo make install
103
104
105
git clone https://github.com/lima-vm/vde_vmnet
106
cd vde_vmnet
107
git checkout $VDE_VMNET_VERSION
108
- make PREFIX=/opt/vde
109
sudo make PREFIX=/opt/vde install
110
)
111
0 commit comments