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

View File

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