Skip to content

Commit

Permalink
Fix udpgso
Browse files Browse the repository at this point in the history
[awg]
  • Loading branch information
albexk committed Apr 6, 2024
1 parent 36d5926 commit 13af0e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-android
ref: master
ref: fix/udpgso
path: android/amneziawg-android
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-apple
ref: master
ref: fix/udpgso
path: awg-apple

- name: 'Build WG'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-go
ref: master
ref: fix/udpgso
path: amneziawg-go

- name: 'Run build script'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-go
ref: master
ref: fix/udpgso
path: amneziawg-go

- name: 'Run build script'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-windows
ref: master
ref: fix/udpgso
path: windows/wireguard-windows

- name: 'Build WireGuard binary'
Expand Down

0 comments on commit 13af0e6

Please sign in to comment.