fix: build

This commit is contained in:
armv9 2024-12-11 19:58:37 +09:00
parent 08505a7722
commit e8beeec94c
2 changed files with 5 additions and 5 deletions

View File

@ -3,13 +3,13 @@ on:
workflow_dispatch:
inputs:
tag:
description: 'Release Tag'
description: "Release Tag"
required: true
publish:
description: 'Publish: If want ignore'
description: "Publish: If want ignore"
required: false
play:
description: 'Play: If want ignore'
description: "Play: If want ignore"
required: false
jobs:
libcore:
@ -33,7 +33,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/setup-go@v5
with:
go-version: ^1.21
go-version: "1.22.10"
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run lib core

View File

@ -333,7 +333,7 @@ class MainActivity : ThemedActivity(),
R.id.nav_about -> displayFragment(AboutFragment())
R.id.nav_tuiguang -> {
launchCustomTab("https://matsuricom.pages.dev/")
launchCustomTab("https://neko-box.pages.dev/喵")
return false
}