Skip to content

Commit

Permalink
Merge pull request #361 from sasjs/bumpfix
Browse files Browse the repository at this point in the history
chore: avoiding vpn start
  • Loading branch information
allanbowe authored Oct 17, 2023
2 parents 843d6e5 + 2808145 commit cbd62fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
#sudo apt update
#sudo apt install openvpn3=17~betaUb22042+jammy
- name: Start Open VPN 3
run: openvpn3 session-start --config .github/vpn/config.ovpn
run: |
# openvpn3 session-start --config .github/vpn/config.ovpn
- name: Add credentials
run: |
Expand Down

0 comments on commit cbd62fb

Please sign in to comment.