diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 158dc5c609..1449af8fe7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,8 @@ jobs: CCACHE_COMPRESS: true # current cache limit CCACHE_MAXSIZE: 200M + # squelch error message about missing nixpkgs channel + NIX_BUILD_SHELL: bash steps: - name: Checkout uses: actions/checkout@v2