Skip to content

Commit 89ebde3

Browse files
sss
1 parent 8e97f92 commit 89ebde3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
build_passwall:
66
name: Build Passwall
77
runs-on: ubuntu-latest
8-
# container:
9-
# image: openwrtorg/sdk:x86_64-master
8+
container:
9+
image: openwrtorg/sdk:x86_64-master
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Print Pwd
1313
run: |
14-
pwd; ls -alh
14+
uname -a; pwd; ls -alh
1515

0 commit comments

Comments
 (0)