From e06748d503fb9a1efb978867209a00e5103c84bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Thu, 20 Oct 2022 17:52:28 +0200 Subject: [PATCH] Don't install lume beforehand --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4737620..a1b4cd2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,6 @@ steps: - pull_request image: denoland/deno:alpine-1.26.2 commands: - - deno run -Ar https://deno.land/x/lume@v1.12.1/init.ts - deno task build - name: publish