mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-05 17:18:48 -05:00
Removes the explicit "Pull Linux Container" step from the containerized build workflow. This step was causing a "docker: command not found" error because it attempted to run `docker pull` from within the job container, which does not have the Docker client installed. The `container:` directive in the job definition already handles pulling the required image, and it correctly utilizes the `actions/cache` step to accelerate the process. This change simplifies the workflow and resolves the execution error without impacting caching behavior.
1001 B
Executable File
1001 B
Executable File