Skip to content

Commit

Permalink
Fix github action name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Sep 11, 2023
1 parent f8d5508 commit 177c769
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-julia@v1
- uses: julia-actions/setup-julia@v1
with:
version: 1.6
- name: Install SCIP julia package
run: |
julia -e 'using Pkg; Pkg.add("SCIP")'
Expand Down

0 comments on commit 177c769

Please sign in to comment.