Skip to content

Commit b9d32d7

Browse files
WIP
1 parent 2b7a772 commit b9d32d7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/community-build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,24 @@ jobs:
6161
- name: List downloaded binaries
6262
run: ls -R binaries
6363

64+
- name: Unpack scip-java build
65+
run: |
66+
unzip binaries/scip-java-binary/scip-java.zip
67+
ls -R scip-java
68+
6469
- uses: actions/checkout@v3
6570
with:
6671
repository: ${{ matrix.repo }}
72+
path: sources
6773

6874
- uses: actions/setup-java@v3
6975
with:
7076
distribution: 'temurin'
7177
java-version: ${{ matrix.jdk }}
7278
cache: ${{ matrix.cache }}
7379

80+
- run: ../scip-java/bin/scip-java index
81+
working-directory: sources
82+
83+
84+

0 commit comments

Comments
 (0)