update
Some checks failed
test / container-job (push) Has been cancelled

This commit is contained in:
tqcq
2025-07-30 17:44:04 +08:00
parent c7eb61d771
commit 4cb868d5cd

View File

@@ -8,6 +8,10 @@ jobs:
image: ubuntu:22.04
options: --cpus 1
steps:
- name: InstallGit
run: |
apt-get update -y
apt-get install -y git git-lfs
- uses: actions/checkout@v4
- name: Check
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)