We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cceb66f commit 63f91bbCopy full SHA for 63f91bb
.github/workflows/release.yml
@@ -83,7 +83,8 @@ jobs:
83
- name: Use Cross
84
shell: bash
85
run: |
86
- cargo install cross
+ # see: https://github.com/cross-rs/cross/issues/229#issuecomment-590546949
87
+ cargo install --version 0.1.16 cross
88
echo "CARGO=cross" >> $GITHUB_ENV
89
echo "TARGET_FLAGS=--target ${{ matrix.target }}" >> $GITHUB_ENV
90
echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV
0 commit comments