Skip to content

Commit b8cdc9c

Browse files
committed
ci: truly really absolutely run coverity
1 parent ab3c7ba commit b8cdc9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ jobs:
245245
with:
246246
fetch-depth: 0
247247
- name: Download container
248-
run: "${{ github.workspace }}/ci/getcontainer.sh" xenial
248+
run: |
249+
"${{ github.workspace }}/ci/getcontainer.sh" xenial
249250
env:
250251
DOCKER_REGISTRY: ${{ env.docker-registry }}
251252
GITHUB_TOKEN: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)