From a9c84f09e5473df9ef453a7715609fc3239bba79 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Fri, 15 May 2020 10:28:45 -0600 Subject: [PATCH] github-ci: install cbindgen with --debug (builds faster) --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 7e8252a96..54a917e60 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -55,7 +55,7 @@ jobs: software-properties-common \ zlib1g \ zlib1g-dev - - run: cargo install --force cbindgen + - run: cargo install --force --debug cbindgen - run: echo "::add-path::$HOME/.cargo/bin" - uses: actions/checkout@v1 - run: python3 ./run.py --self-test -- 2.47.2