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