Commit ab3c7ba540cef001d4aaaf81599e807f10c92791

Edward Thomson 2020-11-24T09:20:53

ci: really truly run coverity

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index f60d6ab..ef747c5 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -245,7 +245,7 @@ jobs:
       with:
         fetch-depth: 0
     - name: Download container
-      run: ${{ github.workspace }}/ci/getcontainer.sh" xenial
+      run: "${{ github.workspace }}/ci/getcontainer.sh" xenial
       env:
         DOCKER_REGISTRY: ${{ env.docker-registry }}
         GITHUB_TOKEN: ${{ secrets.github_token }}