From 28721a03f70f03547c8a5583360860e3fd6bb305 Mon Sep 17 00:00:00 2001 From: Jochen Maes Date: Wed, 1 Nov 2023 08:53:02 +0100 Subject: [PATCH] maybe don't run until you installed the deps --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0cb530e..1b10ef1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,8 +21,8 @@ steps: - name: build amd64 image: rust:1.73-alpine commands: - - pwd && ls -al && sh ./version.sh - apk add --no-cache musl-dev gcc-aarch64-none-elf bash + - pwd && ls -al && sh ./version.sh - mkdir /artifacts/mouse-amd64 - cp LICENSE.txt /artifacts/mouse-amd64/ - mkdir /artifacts/mouse-arm64