github ci

This commit is contained in:
Σrebe - Romain GERARD 2023-12-26 18:55:12 +01:00
parent 191c929877
commit 018d1fb7e3
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4

View file

@ -107,8 +107,6 @@ jobs:
run: |
cargo install cross --git https://github.com/cross-rs/cross
echo "CARGO=cross" >> $GITHUB_ENV
echo "TARGET_FLAGS=--target ${{ matrix.target }}" >> $GITHUB_ENV
echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV
- name: Show command used for Cargo
run: |