Skip to content

Commit 99f0ddf

Browse files
sss
1 parent 343050e commit 99f0ddf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
container:
99
image: openwrtorg/sdk:x86_64-master
1010
options: --user build
11+
volumes:
12+
- openwrt-passwall-3aff3af88536227d12fb7206992af64ff21cf4d2: /home/build/openwrt-passwall
1113
steps:
12-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1315
- name: Print Pwd
1416
run: |
1517
uname -a; pwd; ls -alh

0 commit comments

Comments
 (0)