Skip to content

Commit

Permalink
Escape quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Sep 11, 2023
1 parent 177c769 commit 025ff4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
version: 1.6
- name: Install SCIP julia package
run: |
julia -e 'using Pkg; Pkg.add("SCIP")'
ls ~/.julia/artifacts
julia -e 'using Pkg; Pkg.add(\"SCIP\")'
Expand Down

0 comments on commit 025ff4f

Please sign in to comment.