Skip to content

Commit f7dabae

Browse files
committed
ci(agent): clone io dependency in build job
1 parent 3305e34 commit f7dabae

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ai-agent-strict-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
../crypto \
119119
../log \
120120
../time \
121-
../cache
122-
121+
../cache \
122+
../io
123123
git clone --depth 1 --branch "${VIX_GIT_BRANCH}" https://github.com/vixcpp/error.git ../error
124124
git clone --depth 1 --branch "${VIX_GIT_BRANCH}" https://github.com/vixcpp/path.git ../path
125125
git clone --depth 1 --branch "${VIX_GIT_BRANCH}" https://github.com/vixcpp/fs.git ../fs
@@ -133,6 +133,7 @@ jobs:
133133
git clone --depth 1 --branch "${VIX_GIT_BRANCH}" https://github.com/vixcpp/log.git ../log
134134
git clone --depth 1 --branch "${VIX_GIT_BRANCH}" https://github.com/vixcpp/time.git ../time
135135
git clone --depth 1 --branch "${VIX_GIT_BRANCH}" https://github.com/vixcpp/cache.git ../cache
136+
git clone --depth 1 --branch "${VIX_GIT_BRANCH}" https://github.com/vixcpp/io.git ../io
136137
137138
git -C ../async submodule update --init --recursive --depth 1 || true
138139

0 commit comments

Comments
 (0)