Update .github/workflows/Continues Integration.yaml
All checks were successful
Continues Integration / Install dependencies (push) Successful in 1m9s

This commit is contained in:
Zakary Timson 2023-07-28 15:00:23 +00:00
parent bec0ae044f
commit c0a005104b

View File

@ -28,8 +28,7 @@ jobs:
name: Install dependencies
runs-on: Docker
container:
image: docker:latest
shell: sh
image: ubuntu:latest
steps:
- uses: ztimson/actions/docker@develop