This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user