Skip to content

Bump anyhow from 1.0.92 to 1.0.93 #924

Bump anyhow from 1.0.92 to 1.0.93

Bump anyhow from 1.0.92 to 1.0.93 #924

Workflow file for this run

name: CI
on:
push:
jobs:
build-and-test:
name: build and test
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: xbar-pr-status
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build --print-build-logs