Skip to content

Commit

Permalink
check versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmorley committed Dec 31, 2024
1 parent b22b9aa commit 4810de3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,19 @@ jobs:
pattern: artifacts-*
path: target/distrib/
merge-multiple: true
- name: Check xwin
continue-on-error: true
run: |
command -v cargo-xwin
cargo-xwin --version
- name: Install dependencies
run: |
${{ matrix.packages_install }}
- name: Check xwin
continue-on-error: true
run: |
command -v cargo-xwin
cargo-xwin --version
- name: Build artifacts
run: |
# Actually do builds and make zips and whatnot
Expand Down
4 changes: 1 addition & 3 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ members = ["cargo:."]

# Config for 'dist'
[dist]
allow-dirty = ["ci"]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.27.0"
# CI backends to support
Expand All @@ -25,6 +26,3 @@ install-path = "CARGO_HOME"
install-updater = false
pr-run-mode = "upload"
github-attestations = true

[dist.github-custom-runners.aarch64-pc-windows-msvc]
container = "messense/cargo-xwin"

0 comments on commit 4810de3

Please sign in to comment.