summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-07-12 05:22:15 -0400
committerGitHub <noreply@github.com>2022-07-12 05:22:15 -0400
commite33603d8ee4e5035eaf4c14981d724e0faf1e4ef (patch)
tree9981c7efa38fd2d748518569f14cbd92e8fc7a0b /.github
parent121632760d30b6c985e7c28a66fba777a7c606a8 (diff)
ci: try to update cross to 0.2.4 (#764)
Try to update to the newest cross version after 0.2.2 had some bugs causing a rollback to 0.2.1 (see #755).
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_releases.yml4
-rw-r--r--.github/workflows/ci.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml
index 3f7f8c60..e424059b 100644
--- a/.github/workflows/build_releases.yml
+++ b/.github/workflows/build_releases.yml
@@ -135,7 +135,7 @@ jobs:
- name: Install cross if needed
if: matrix.info.cross == true
run: |
- cargo install cross --locked --version=0.2.1
+ cargo install cross --locked --version=0.2.4
- name: Build
uses: actions-rs/cargo@v1
@@ -281,7 +281,7 @@ jobs:
- name: Install cross if needed
if: matrix.info.cross == true
run: |
- cargo install cross --locked --version=0.2.1
+ cargo install cross --locked --version=0.2.4
- name: Build
uses: actions-rs/cargo@v1
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b260f8c4..fa054b34 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
- name: Install cross if needed
if: matrix.info.cross == true
run: |
- cargo install cross --locked --version=0.2.1
+ cargo install cross --locked --version=0.2.4
- name: Build tests
if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
@@ -249,7 +249,7 @@ jobs:
- name: Install cross if needed
if: matrix.info.cross == true
run: |
- cargo install cross --locked --version=0.2.1
+ cargo install cross --locked --version=0.2.4
- name: Check
if: ${{ steps.skip_check.outputs.should_skip != 'true' }}