index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2022-10-25 21:27:57.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2022-10-25 21:27:57.0 +00:00:00
commit
edc3fdfbedc076ff14a4d91057a848e9eaa02c50 [patch]
tree
983fe84d442a22eb5d080178de9b7caeaa66a653
parent
ff697888b3317f4a6c69cd9bc4522002d538c9c4
download
edc3fdfbedc076ff14a4d91057a848e9eaa02c50.tar.gz

chore: update `cross` to latest 0.2.x on ci



Diff

 .github/workflows/devel.yml   | 5 +----
 .github/workflows/release.yml | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml
index 4825534..235165d 100644
--- a/.github/workflows/devel.yml
+++ b/.github/workflows/devel.yml
@@ -130,14 +130,11 @@ jobs:
    - name: Use Cross
      if: matrix.target != ''
      run: |
        cargo install cross@0.2.1
        cargo install cross@^0.2
        echo "CARGO_BIN=cross" >> $GITHUB_ENV
        echo "TARGET_FLAGS=--target ${{ matrix.target }}" >> $GITHUB_ENV
        echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV

    - name: Cache cargo registry and git trees
      uses: Swatinem/rust-cache@v2

    - name: Show command used for Cargo
      run: |
        echo "cargo command is: ${{ env.CARGO_BIN }}"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 490160f..acc9f2e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -141,7 +141,7 @@ jobs:
    - name: Use Cross
      shell: bash
      run: |
        cargo install cross@0.2.1
        cargo install cross@^0.2
        echo "CARGO_BIN=cross" >> $GITHUB_ENV
        echo "TARGET_FLAGS=--target ${{ matrix.target }}" >> $GITHUB_ENV
        echo "TARGET_DIR=./target/${{ matrix.target }}" >> $GITHUB_ENV