Skip to content

Commit

Permalink
remove stray backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
annereinarz committed May 17, 2024
1 parent 3e8cb2f commit 097023d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client-julia-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 097023d

Please sign in to comment.