Skip to content

Commit

Permalink
Add -y
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Sep 11, 2023
1 parent 765764e commit 863827f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Install julia using juliaup
run: |
if [ ${{ matrix.os }} == "ubuntu-latest" ]; then
curl -fsSL https://install.julialang.org | sh
curl -fsSL https://install.julialang.org | sh -y
elif [ ${{ matrix.os }} == "macos-latest" ]; then
curl -fsSL https://install.julialang.org | sh
curl -fsSL https://install.julialang.org | sh -y
elif [ ${{ matrix.os }} == "windows-latest" ]; then
winget install julia -s msstore
fi
Expand Down

0 comments on commit 863827f

Please sign in to comment.