feat: modify build.yaml
Some checks failed
build quyun abc / Build (push) Has been cancelled

This commit is contained in:
2025-08-11 11:03:40 +08:00
parent 4d0b5a8961
commit 4a04639467

View File

@@ -5,6 +5,10 @@ on: [push]
jobs:
Build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: /workspace/rogee/quyun
steps:
- name: Check out repository code
uses: actions/checkout@v4