add tokio-console

This commit is contained in:
Conrad Ludgate
2024-04-19 14:54:22 +01:00
parent 1a979cd27e
commit e8a5e0b0ed
5 changed files with 125 additions and 15 deletions

View File

@@ -214,6 +214,7 @@ jobs:
BUILD_TYPE: ${{ matrix.build_type }}
GIT_VERSION: ${{ github.event.pull_request.head.sha || github.sha }}
BUILD_TAG: ${{ needs.tag.outputs.build-tag }}
RUSTFLAGS: "--cfg=tokio_unstable"
steps:
- name: Fix git ownership