mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 03:15:48 -06:00
ci: add names to workflow jobs, configure binstall to have lower timeout
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user