Skip to content

Commit eb0115f

Browse files
sss
1 parent 00021eb commit eb0115f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_image.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Print Pwd
1414
run: |
15-
uname -a; pwd; ls -alh
15+
chown -R build:build /__w
16+
sudo -u build cp -r /__w/openwrt_workflow/openwrt_workflow/openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2 /home/build/openwrt
17+
cd /home/build/openwrt && pwd && ls
18+
pwd
1619

0 commit comments

Comments
 (0)