Skip to content

[mill] fix empty jar package #183

[mill] fix empty jar package

[mill] fix empty jar package #183

Workflow file for this run

name: CI
on:
pull_request:
jobs:
fma-test:
name: Use testfloat to test hardfloat
runs-on: ubuntu-latest
strategy:
matrix:
chisel: ["snapshot"]
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- uses: cachix/install-nix-action@v19
with:
install_url: https://releases.nixos.org/nix/nix-2.26.1/install
nix_path: nixpkgs=channel:nixos-unstable
- name: run test
run: |
nix --experimental-features 'nix-command flakes' build '.#arithmetic'