mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Use reanimate-svg-0.11.0.0 (#161)
* Use new reanimate-svg. * Disable nix workflow.
This commit is contained in:
parent
9d71dd9454
commit
f207019713
24 changed files with 98 additions and 93 deletions
20
.github/workflows/nix.yml.disabled
vendored
Normal file
20
.github/workflows/nix.yml.disabled
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
name: "Nix CI"
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.1
|
||||
- uses: cachix/install-nix-action@v10
|
||||
with:
|
||||
skip_adding_nixpkgs_channel: true
|
||||
- uses: cachix/cachix-action@v6
|
||||
with:
|
||||
name: cdodev
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
- run: cachix use iohk && cachix use cdodev
|
||||
- run: nix-build
|
||||
Loading…
Reference in a new issue