From fe3b16d29374802e864a46ddeaa2b2bed87da1a8 Mon Sep 17 00:00:00 2001 From: Dominik Hardtke <1360135+dhardtke@users.noreply.github.com> Date: Thu, 17 Oct 2024 04:11:53 +0200 Subject: [PATCH] ci: Temporarily add lockfile update step --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f99b47..3c06936 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,6 +80,9 @@ jobs: echo brotli version brotli --version + - name: Update cache (WIP) + run: deno cache --allow-import --lock deno.lock ./deps.ts + - name: Build run: deno task build