From 372880919711d1d9513b27d021bcbdb65535804a Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Tue, 13 Aug 2024 17:55:29 +0200 Subject: [PATCH] Add nasm dependency #933 --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index 3af1a874c..0cecd54a8 100644 --- a/Earthfile +++ b/Earthfile @@ -33,6 +33,7 @@ docker-all: install: RUN apt-get update -qq + RUN apt install nasm RUN rustup component add clippy RUN rustup component add rustfmt RUN cargo install cross