fix: test

This commit is contained in:
源文雨 2024-04-16 20:37:52 +09:00
parent b9438d438d
commit f9758daf90

View File

@ -20,11 +20,18 @@ jobs:
id: setup-ndk
with:
ndk-version: r26d
local-cache: true
- name: Setup Go Environment
uses: actions/setup-go@master
- name: Cache Downloaded Modules
uses: actions/cache@master
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.goos }}-${{ matrix.goarch }}-${{ hashFiles('**/go.sum') }}
- name: Test Build
env:
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}