Skip to content

fix(deps): update rust crate rand to 0.9.0 #73

fix(deps): update rust crate rand to 0.9.0

fix(deps): update rust crate rand to 0.9.0 #73

Workflow file for this run

name: 测试
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
NUXT_APP_BASE_URL: /StrangeAttractors/
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 安装 Rust
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- name: Rust 缓存
uses: Swatinem/rust-cache@v2
with:
workspaces: "./attractors -> pkg"
- name: 安装 Bun
uses: oven-sh/setup-bun@v2
- name: 安装依赖
run: |
cargo install wasm-pack
bun install --frozen-lockfile
- name: 构建网页
env:
NODE_OPTIONS: --max_old_space_size=8192
run: |
bun wasm
bun generate