Skip to content

Commit 0919b08

Browse files
committed
Update awg-go to last version
[awg]
1 parent 1421c3e commit 0919b08

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/workflows/build_awg_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
repository: amnezia-vpn/amneziawg-go
22-
ref: v0.2.13-beta-awg-1.5-fix2
22+
ref: v0.2.13-beta-awg-1.5-fix4
2323
path: amneziawg-go
2424

2525
- name: 'Run build script'

.github/workflows/build_awg_macos.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ jobs:
1919
uses: actions/checkout@v4
2020
with:
2121
repository: amnezia-vpn/amneziawg-go
22-
ref: v0.2.13-beta-awg-1.5-fix2
22+
ref: v0.2.13-beta-awg-1.5-fix4
2323
path: amneziawg-go
2424

25+
- name: 'Setup Go'
26+
uses: actions/setup-go@v4
27+
with:
28+
go-version: 1.24.4
29+
cache-dependency-path: go.sum
30+
2531
- name: 'Run build script'
2632
working-directory: amneziawg-go
2733
run: |

.github/workflows/build_libssh_macos.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ env:
1414
jobs:
1515
build_arch:
1616
runs-on: macos-latest
17+
if: |
18+
contains(github.event.head_commit.message, '[all]') ||
19+
contains(github.event.head_commit.message, '[macos]') ||
20+
contains(github.event.head_commit.message, '[macos-libssh]') ||
21+
contains(github.event.head_commit.message, '[libssh]')
1722
strategy:
1823
matrix:
1924
arch:
@@ -243,4 +248,4 @@ jobs:
243248
uses: actions/upload-artifact@v4
244249
with:
245250
name: libssh-fat
246-
path: libssh-fat.zip
251+
path: libssh-fat.zip

0 commit comments

Comments
 (0)