Skip to content

Commit 3d3e54e

Browse files
authored
Add step to copy Graal JARs
Add step to copy Graal JARs into the build directory.
1 parent cfe367e commit 3d3e54e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-and-run.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
python3 -m venv GPULlama3.java/external/tornadovm/venv
3838
source GPULlama3.java/external/tornadovm/venv/bin/activate
3939
python --version
40+
- name: Copy Graal JARs
41+
run: |
42+
cd GPULlama3.java/external/tornadovm
43+
mkdir -p graalJars
44+
cp /opt/graalJars/* graalJars/
4045
- name: Build TornadoVM
4146
run: |
4247
cd GPULlama3.java/external/tornadovm

0 commit comments

Comments
 (0)