Skip to content

chore(deps): bump redis-macros from 0.4.0 to 0.4.2 #260

chore(deps): bump redis-macros from 0.4.0 to 0.4.2

chore(deps): bump redis-macros from 0.4.0 to 0.4.2 #260

Workflow file for this run

name: Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner:
- ubuntu-latest
- macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build
run: nix build --fallback --print-build-logs '.#valfisk'