Skip to content

Commit af03542

Browse files
committed
Prepare jnode.properties for oc .
1 parent 656c96a commit af03542

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/opencode.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
distribution: 'zulu'
4242
- name: Install QEMU
4343
run: sudo apt-get update -qq && sudo apt-get install -y -qq qemu-system-x86 socat
44+
- name: Prepare jnode.properties
45+
run: cp ../.github/qemu/jnode.properties .
4446
- name: Cache ISO build
4547
id: cache-iso
4648
uses: actions/cache@v4
@@ -49,7 +51,7 @@ jobs:
4951
key: jnode-iso-${{ hashFiles('**/*.java', '**/build.xml', 'build.sh') }}
5052
- name: Build ISO
5153
if: steps.cache-iso.outputs.cache-hit != 'true'
52-
run: cp ../.github/qemu/jnode.properties . && sh build.sh cd-x86-lite
54+
run: sh build.sh cd-x86-lite
5355
- name: Run opencode
5456
uses: anomalyco/opencode/github@latest
5557
env:

0 commit comments

Comments
 (0)