Skip to content

Commit 1446dc1

Browse files
committed
wip
1 parent c1f3554 commit 1446dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
uses: actions/checkout@v3
1212
- name: build_container
1313
run: ./run.sh amd64 true
14-
- name: build opt
15-
run: ./run.sh amd64 ./build.sh opt
14+
- name: build all
15+
run: ./run.sh amd64 ./build.sh all

0 commit comments

Comments
 (0)