Skip to content

Commit 1d3e5e2

Browse files
committed
Build AWG for Linux
[linux-awg]
1 parent 5eb4831 commit 1d3e5e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_awg_linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
contains(github.event.head_commit.message, '[linux-awg]') ||
1414
contains(github.event.head_commit.message, '[wireguard]')
1515
16-
name: "WireGuard for MacOS"
16+
name: "WireGuard for Linux"
1717
steps:
1818

1919
- name: 'Get Amnezia WireGuard'
2020
uses: actions/checkout@v3
2121
with:
2222
repository: amnezia-vpn/amnezia-wg
23-
ref: advanced-security
23+
ref: master
2424
path: amnezia-wg
2525

2626
- name: 'Run build script'

0 commit comments

Comments
 (0)