浏览代码

Update go.yml

Mustafa Arıcı 5 年之前
父节点
当前提交
3a3cd41705
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/workflows/go.yml

+ 3 - 0
.github/workflows/go.yml

@@ -20,6 +20,9 @@ jobs:
 
     - name: Check out code
       uses: actions/checkout@v2
+      
+    - name: Install OpenVPN
+      run: sudo apt-get install -y openvpn
 
     - name: Get dependencies
       run: |