Skip to content

fix(nargo): Indicate which TOML file is missing package name #6138

fix(nargo): Indicate which TOML file is missing package name

fix(nargo): Indicate which TOML file is missing package name #6138

Workflow file for this run

name: Wasm
on:
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
name: Build Wasm
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Setup Nix
uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-22.11
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Build wasm package
run: |
nix build -L .#wasm