diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-02-10 22:24:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 07:24:53 +0100 |
commit | b7dd8e7dff633692f61f8393315016fb4e9bdbee (patch) | |
tree | c74a3271b640288dd09802659298c393f5bbf6ff /.github/workflows | |
parent | d4f7f1d8f3ce28c92ef2fd5acea51ba41ff235c0 (diff) | |
download | Nim-b7dd8e7dff633692f61f8393315016fb4e9bdbee.tar.gz |
unbundle fusion (#16925)
* unbundle fusion * changelog * address comment: `./koch fusion` calls nimble install fusion (at a fixed hash)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci_docs.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index fcc89dfc1..22d425b10 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -126,10 +126,6 @@ jobs: shell: bash run: ./koch boot -d:release - - name: 'Clone fusion' - shell: bash - run: ./koch fusion - - name: 'Build documentation' shell: bash run: ./koch doc --git.commit:devel |