We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af03542 commit 005014cCopy full SHA for 005014c
1 file changed
.github/workflows/opencode.yml
@@ -42,7 +42,7 @@ jobs:
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 .
+ run: cp .github/qemu/jnode.properties .
46
- name: Cache ISO build
47
id: cache-iso
48
uses: actions/cache@v4
0 commit comments