Skip to content

Commit b71910b

Browse files
committed
docker: always BUILD_CIL
1 parent 23db382 commit b71910b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
name: build
8989
run: |
9090
# rebuild sirf image
91-
./docker/compose.sh -bR${{ matrix.type == 'gpu' && 'g' || 'c' }}
91+
./docker/compose.sh -bR${{ matrix.type == 'gpu' && 'g' || 'c' }} -- --build-arg BUILD_CIL=ON
9292
image=synerbi/sirf:latest${{ steps.pull.outputs.suffix }}
9393
echo "image=$image" >> "$GITHUB_OUTPUT"
9494
# tag potentially newer core image

0 commit comments

Comments
 (0)