Fix: instalar libssl-dev y pkg-config para compilar dioxus-cli
Build & Deploy NutriApp / build-and-deploy (push) Failing after 3m29s
Build & Deploy NutriApp / build-and-deploy (push) Failing after 3m29s
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install System Dependencies
|
- name: Install System Dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update -qq && apt-get install -y -qq ca-certificates curl nodejs
|
apt-get update -qq && apt-get install -y -qq ca-certificates curl nodejs pkg-config libssl-dev
|
||||||
curl -fsSL https://download.docker.com/linux/static/stable/aarch64/docker-27.3.1.tgz | tar xz
|
curl -fsSL https://download.docker.com/linux/static/stable/aarch64/docker-27.3.1.tgz | tar xz
|
||||||
cp docker/docker /usr/local/bin/
|
cp docker/docker /usr/local/bin/
|
||||||
docker version
|
docker version
|
||||||
|
|||||||
Reference in New Issue
Block a user