Skip to content

Commit 4296ae3

Browse files
Update ipxe-iso.yml
1 parent 393aa3f commit 4296ae3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ipxe-iso.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
3030
- name: Prepare embedded script
3131
run: |
32+
cd ipxe/src
3233
cat << EOF > script.ipxe
3334
#!ipxe
3435
dhcp
@@ -37,9 +38,10 @@ jobs:
3738
3839
- name: Build iPXE ISO
3940
run: |
41+
cd ipxe/src
4042
pwd
41-
ls -l \
42-
cat script.ipxe \
43+
ls -l
44+
cat script.ipxe
4345
make \
4446
DEBUG=tls,httpcore,x509,certstore \
4547
CERT=ca.pem,isrgrootx1.pem,lets-encrypt-r3.pem \

0 commit comments

Comments
 (0)