We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f12c8 commit 1fc97a9Copy full SHA for 1fc97a9
.github/workflows/release.yml
@@ -100,6 +100,14 @@ jobs:
100
target: ${{ matrix.target }}
101
override: true
102
103
+ # Install a pre-release version of Cross
104
+ # TODO: We need to pre-install Cross because we need cross-rs/cross#591 to
105
+ # get a newer C++ compiler toolchain. Remove this step when Cross
106
+ # 0.3.0, which includes cross-rs/cross#591, is released.
107
+ - name: Install Cross
108
+ if: "matrix.cross"
109
+ run: cargo install cross --git https://github.com/cross-rs/cross.git --rev 47df5c76e7cba682823a0b6aa6d95c17b31ba63a
110
+
111
- name: Run cargo test
112
uses: actions-rs/cargo@v1
113
if: "!matrix.skip_tests"
0 commit comments