fix(dns) remove dns.alidns.com

This commit is contained in:
源文雨
2024-04-16 15:27:06 +09:00
parent 50620a2153
commit 2d997dcdcf
10 changed files with 47 additions and 40 deletions

View File

@@ -43,10 +43,10 @@ jobs:
- name: Build Libraries
env:
NDK_TOOLCHAIN: ${{ steps.setup-ndk.outputs.ndk-path }}
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
BUILD_MACHINE: linux
run: |
echo NDK path is $NDK_TOOLCHAIN
echo NDK path is $NDK_HOME
make -e
- name: Upload Binaries to Release

View File

@@ -35,16 +35,16 @@ jobs:
- name: Test Build
env:
NDK_TOOLCHAIN: ${{ steps.setup-ndk.outputs.ndk-path }}
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
BUILD_MACHINE: linux
run: |
echo NDK path is $NDK_TOOLCHAIN
ls $NDK_TOOLCHAIN
echo NDK path is $NDK_HOME
ls $NDK_HOME
make -e
- name: Build and Run Tests
env:
NDK_TOOLCHAIN: ${{ steps.setup-ndk.outputs.ndk-path }}
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
BUILD_MACHINE: linux
GOARCH: amd64
run: make -e runtest