Browse Source

Update go.yml

Mustafa Arıcı 5 years ago
parent
commit
3a3cd41705
1 changed files with 3 additions and 0 deletions
  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: |