ci: drop Install Docker step (docker ships in the runner image)
Build and Test Code / test (push) Successful in 15s
Build and Test Code / coverage (push) Successful in 17s
Build Docs / build-docs (push) Successful in 5s
Build and Test Code / static_analysis (push) Successful in 15s
Build and Test Code / sanitize (push) Successful in 24s
Build and Test Code / test (push) Successful in 15s
Build and Test Code / coverage (push) Successful in 17s
Build Docs / build-docs (push) Successful in 5s
Build and Test Code / static_analysis (push) Successful in 15s
Build and Test Code / sanitize (push) Successful in 24s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DxezsGE8KcCCEqsaQH9Lat
This commit is contained in:
@@ -14,9 +14,6 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user