Skip to content

Use the default xcode version & fix emsripten build #91

Use the default xcode version & fix emsripten build

Use the default xcode version & fix emsripten build #91

Workflow file for this run

name: cargo
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-26.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable
with:
toolchain: stable
- run: ./configure
- run: cargo test
- run: cargo fmt --check
- run: cargo clippy