1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-06 17:10:05 +00:00

chore: ci - jammy ubuntu

This commit is contained in:
2023-04-05 22:49:45 +02:00
parent 907725c5ba
commit f42f111462

View File

@@ -44,7 +44,7 @@ jobs:
sudo apt-key add openvpn-repo-pkg-key.pub
sudo wget -O /etc/apt/sources.list.d/openvpn3.list https://swupdate.openvpn.net/community/openvpn3/repos/openvpn3-jammy.list
sudo apt update
sudo apt install openvpn3=16~beta+focal
sudo apt install openvpn3=16~beta+jammy
- name: Start Open VPN 3
run: openvpn3 session-start --config .github/vpn/config.ovpn
- name: Install Doxygen