remove curl and nodejs from install deps

This commit is contained in:
brooke 2024-07-18 08:48:05 -04:00
parent 8bbe18055f
commit c87e951f39

View file

@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install deps
run: apt update -y && apt install -y curl nodejs && curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
- name: Set up Docker Buildx
id: buildx
@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install deps
run: apt update -y && apt install -y curl nodejs && curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
- name: Set up Docker Buildx
id: buildx