From 097023dcf841104bd0d9930dea9e0b3f418fd453 Mon Sep 17 00:00:00 2001 From: Anne Reinarz Date: Fri, 17 May 2024 12:57:20 +0100 Subject: [PATCH] remove stray backslash --- .github/workflows/client-julia-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-julia-example.yml b/.github/workflows/client-julia-example.yml index 345fc6e..70d42c9 100644 --- a/.github/workflows/client-julia-example.yml +++ b/.github/workflows/client-julia-example.yml @@ -25,7 +25,7 @@ jobs: - name: Dependencies run: | - apt update && DEBIAN_FRONTEND="noninteractive" apt install -y curl \ + apt update && DEBIAN_FRONTEND="noninteractive" apt install -y curl curl -fsSL https://install.julialang.org | sh -s -- -y - name: Build and run