Skip to content

Bump async-trait from 0.1.73 to 0.1.74 (#1922) #1510

Bump async-trait from 0.1.73 to 0.1.74 (#1922)

Bump async-trait from 0.1.73 to 0.1.74 (#1922) #1510

Workflow file for this run

name: Build with Nix Workflow
on:
push:
branches:
- 'develop'
- 'main'
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- name: Install Nix
uses: cachix/install-nix-action@v23
- name: Nix Caching
uses: cachix/cachix-action@v12
with:
name: espresso-systems-private
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
skipPush: ${{ github.actor == 'dependabot[bot]' }}
- name: Checkout Repository
uses: actions/checkout@v4
# sanity check that repository builds with nix
- name: Build
run: |
nix develop -c just async_std build