feat update

This commit is contained in:
tqcq 2024-04-01 10:55:41 +08:00
parent 96cd20186c
commit 4d7fc07463

View File

@ -24,13 +24,13 @@ on:
concurrency:
group: linux-mips64-gcc-${{ github.ref }}
cancel-in-progress: true
permissions: [read]
permissions: read-all
jobs:
linux-gcc-mips64el:
runs-on: ubuntu-20.04
strategy:
matrix:
build_type: ["Debug", "Release"]
build_type: [Debug, Release]
steps:
- uses: actions/checkout@v4
with: