Skip to content

Commit 17123bf

Browse files
committed
ci: skip installation for setup-cpp-ubuntu
1 parent 7d7d0c0 commit 17123bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
docker rm -f zeromq-temp
167167
168168
- name: Read Installer Script
169-
if: ${{ matrix.distro }}
169+
if: ${{ matrix.distro && !matrix.base_image }}
170170
id: read-installer-script
171171
run: |
172172
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)

0 commit comments

Comments
 (0)