Skip to content

Update Ruby versions #231

Update Ruby versions

Update Ruby versions #231

Workflow file for this run

name: Check Nix builds
on:
push:
branches:
- master
pull_request: {}
workflow_dispatch: {}
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Nix
uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v15
with:
name: nixpkgs-ruby
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- uses: actions/checkout@v4
- name: nix flake check
run: NIXPKGS_ALLOW_INSECURE=1 NIXPKGS_ALLOW_BROKEN=1 nix flake check --print-build-logs --keep-going --impure