We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656c96a commit af03542Copy full SHA for af03542
1 file changed
.github/workflows/opencode.yml
@@ -41,6 +41,8 @@ jobs:
41
distribution: 'zulu'
42
- name: Install QEMU
43
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 .
46
- name: Cache ISO build
47
id: cache-iso
48
uses: actions/cache@v4
@@ -49,7 +51,7 @@ jobs:
49
51
key: jnode-iso-${{ hashFiles('**/*.java', '**/build.xml', 'build.sh') }}
50
52
- name: Build ISO
53
if: steps.cache-iso.outputs.cache-hit != 'true'
- run: cp ../.github/qemu/jnode.properties . && sh build.sh cd-x86-lite
54
+ run: sh build.sh cd-x86-lite
55
- name: Run opencode
56
uses: anomalyco/opencode/github@latest
57
env:
0 commit comments