From cc0744329a58c70cf3641d0afb2d9359dbf8280e Mon Sep 17 00:00:00 2001 From: David Thrane Christiansen Date: Tue, 5 Mar 2024 23:15:38 +0100 Subject: [PATCH] lake? --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 586a16e..fac16f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,8 @@ jobs: - name: Configure demo/test subproject run: | pushd demo - lake update + # Use lake update to get the right version + ~/.elan/bin/lake update popd - name: Run tests