Skip to content

Commit 9591f33

Browse files
one to all
1 parent 150ce39 commit 9591f33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
run:
1313
shell: bash
1414
steps:
15-
- uses: actions/checkout@v3
15+
# - uses: actions/checkout@v3
1616
- name: Run Make
1717
run: |
1818
export VOLUME_HOME=$(pwd)
19+
ls -alh $VOLUME_HOME
1920
cp -r $VOLUME_HOME /home/build/openwrt_workflow
2021
wget https://github.com/xiaorouji/openwrt-passwall/archive/3aff3af88536227d12fb7206992af64ff21cf4d2.zip -O /home/build/openwrt_workflow/openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2.zip
2122
cd /home/build/openwrt_workflow

0 commit comments

Comments
 (0)