Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Merge pull request #17 from informalsystems/rano/update-sov-ibc #116

Merge pull request #17 from informalsystems/rano/update-sov-ibc

Merge pull request #17 from informalsystems/rano/update-sov-ibc #116

Workflow file for this run

name: Nix
on:
workflow_dispatch:
push:
branches: ["ibc-rollup"]
pull_request:
branches: ["ibc-rollup"]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-2
cancel-in-progress: true
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SOVEREIGN_SDK_PRIVATE_SSH_KEY }}
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v14
with:
name: informal-sovereign
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Run Nix Build
run: |
nix build -L .#rollup .#celestia-app .#celestia-node .#gaia