Skip to content

Commit bcf11f6

Browse files
committed
ci: really, really correct usage for coverity
1 parent 0553645 commit bcf11f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

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

0 commit comments

Comments
 (0)