Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Nov 11, 2024
1 parent 2b7a772 commit b9d32d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/community-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,24 @@ jobs:
- name: List downloaded binaries
run: ls -R binaries

- name: Unpack scip-java build
run: |
unzip binaries/scip-java-binary/scip-java.zip
ls -R scip-java
- uses: actions/checkout@v3
with:
repository: ${{ matrix.repo }}
path: sources

- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}
cache: ${{ matrix.cache }}

- run: ../scip-java/bin/scip-java index
working-directory: sources



0 comments on commit b9d32d7

Please sign in to comment.