diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-09-24 20:14:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-24 20:14:01 +0800 |
commit | 30bd75e459eb52eb043071d91e333fcb3abacf15 (patch) | |
tree | 5761e4750e2ee18abe479ff635a6273496717274 /.github | |
parent | 37ca97dd76c8e02228338c68aa3c5aed03074ed2 (diff) | |
download | Nim-30bd75e459eb52eb043071d91e333fcb3abacf15.tar.gz |
continue booting the compiler with refc (#20421)
* continue boot the compiler with refc * koch * use `gc:refc`
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 |