ci: add names to workflow jobs, configure binstall to have lower timeout

This commit is contained in:
2025-07-23 22:58:09 -05:00
parent a8a3745ca1
commit 13289409d8

View File

@@ -10,6 +10,7 @@ env:
jobs:
build:
name: Build (${{ matrix.target }})
strategy:
fail-fast: false
matrix:
@@ -56,7 +57,7 @@ jobs:
- name: Acquire Package Version
shell: bash
run: |
cargo binstall toml-cli -y
cargo binstall toml-cli -y --no-cleanup --maximum-resolution-timeout 25
PACKAGE_VERSION=$(toml get ./Cargo.toml package.version --raw)
echo "PACKAGE_VERSION=${PACKAGE_VERSION}" >> $GITHUB_ENV
@@ -69,6 +70,7 @@ jobs:
if-no-files-found: error
wasm:
name: Build (WASM)
runs-on: ubuntu-latest
permissions:
pages: write