wip/nixpkgs-raku
oxalica 3 years ago
parent 59d7ccbb82
commit 10d1db9e32
No known key found for this signature in database
GPG Key ID: CED392DE0C483D00
  1. 12
      .github/workflows/ci.yaml

@ -23,12 +23,14 @@ jobs:
experimental-features = nix-command flakes experimental-features = nix-command flakes
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- name: Check flake - name: Check flake
# Building checks is too slow. run: nix flake check -v --show-trace --no-update-lock-file
run: nix flake check -v --show-trace --no-build --no-update-lock-file
check-build-stable: check-build:
name: Check build the latest stable Rust strategy:
runs-on: ubuntu-latest matrix:
os: [ubuntu-latest, macos-latest]
name: Check build latest Rust stable
runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

Loading…
Cancel
Save