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

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DxezsGE8KcCCEqsaQH9Lat
This commit is contained in:
jsmith212
2026-07-05 01:13:43 -06:00
parent d825785344
commit ee9fdd9ed3
-3
View File
@@ -14,9 +14,6 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3