Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Sep 11, 2023
1 parent c53a1ff commit 4ab7081
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,14 @@ jobs:
with:
name: headers
path: /usr/share/miniconda/include
# - name: Upload artifacts
# if: matrix.os == 'ubuntu-latest'
# uses: actions/upload-artifact@v3
# with:
# name: libscip
# path: /usr/share/miniconda/lib




- name: Upload lib files
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v3
with:
name: libscip
path: /usr/share/miniconda/lib


# /usr/share/miniconda

# /usr/local/miniconda
Expand Down

0 comments on commit 4ab7081

Please sign in to comment.