Skip to content

Commit

Permalink
chore: revert ndk to r25c
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Dec 21, 2023
1 parent c5d386a commit c04bc91
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build

on:
push:
tags: '*'
tags: "*"
workflow_dispatch:
inputs:
use-cache:
Expand Down Expand Up @@ -48,11 +48,11 @@ jobs:
with:
minimum-size: 16GB
maximum-size: 16GB
disk-root: 'D:'
disk-root: "D:"

- uses: actions/checkout@v3
with:
submodules: 'recursive'
submodules: "recursive"

- name: Install Packages on Linux
if: runner.os == 'Linux'
Expand All @@ -69,7 +69,11 @@ jobs:
if: contains(matrix.arch, 'android')
id: setup-ndk
with:
ndk-version: r26b
# clang-17: error: unknown argument: '-avoid-version'
# https://github.com/MaaAssistantArknights/MaaDeps/actions/runs/7285134601/job/19851552458
# https://github.com/microsoft/vcpkg/issues/31332
# ndk-version: r26b
ndk-version: r25c
add-to-path: false

- name: Install Packages on MacOS
Expand Down Expand Up @@ -168,7 +172,7 @@ jobs:
done
- name: Collect Logs
if: always()
if: always()
run: |
shopt -s globstar
tar caf logs.tar --ignore-failed-read vcpkg/buildtrees/**/*.log
Expand Down

0 comments on commit c04bc91

Please sign in to comment.