Skip to content

Commit a656444

Browse files
author
liuxu
committed
coco:support confidential containers pull image
Signed-off-by: liuxu <liuxu156@huawei.com>
1 parent ccffc5a commit a656444

File tree

7 files changed

+4228
-390
lines changed

7 files changed

+4228
-390
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
env:
99
CARGO_TERM_COLOR: always
10+
GENERATE_PROTOBUF: 1
1011

1112
jobs:
1213
checks:
@@ -73,6 +74,9 @@ jobs:
7374
- name: Install WasmEdge
7475
if: ${{ matrix.wasmEdge }}
7576
run: curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | sudo -E bash -s -- -v ${{ matrix.wasmEdge }} >> /dev/null
77+
- name: Install protobuf compiler
78+
if: ${{ matrix.directories }}
79+
run: sudo apt-get install -y protobuf-compiler
7680
- name: Test
7781
env:
7882
RUST_BACKTRACE: full

0 commit comments

Comments
 (0)