Skip to content

build: bump async-trait from 0.1.80 to 0.1.81 #3521

build: bump async-trait from 0.1.80 to 0.1.81

build: bump async-trait from 0.1.80 to 0.1.81 #3521

Workflow file for this run

name: Nix on macOS
on:
schedule:
# Run once every day at 6:40AM UTC.
- cron: "40 6 * * *"
push:
branches:
- master
pull_request:
jobs:
nix:
if: startsWith(github.head_ref, 'ci-') || github.head_ref == ''
runs-on: macos-latest
name: nix-build
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix flake check --print-build-logs --show-trace