diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index c0874dd06..6228c48c8 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -100,7 +100,7 @@ jobs: - name: 'Build the real compiler' shell: bash - run: ./koch boot -d:release --gc:refc + run: ./koch boot -d:release - name: 'Build documentation' shell: bash |