Skip to content

Commit

Permalink
Touch README for new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Jan 14, 2021
1 parent 9699a56 commit 63656f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
ghc: ["8.6.5", "8.10.2"]
os: [ubuntu-latest, macos-latest, windows-latest]
n: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -137,5 +138,5 @@ jobs:
if: ${{ always() }}
continue-on-error: true
with:
name: chairman-test-artifacts-${{ matrix.os }}-${{ matrix.ghc }}
name: chairman-test-artifacts-${{ matrix.os }}-${{ matrix.ghc }}-${{ matrix.n }}
path: ${{ runner.temp }}/chairman/
1 change: 0 additions & 1 deletion README.rst
Expand Up @@ -427,7 +427,6 @@ You can validate Byron era blocks, delegation certificates, txs and update propo

``cabal exec cardano-cli -- validate-cbor --byron-block 21600 --filepath CBOREncodedByronBlockFile``


Native Token Pre-Production Environment
=======================================

Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Expand Up @@ -91,8 +91,8 @@ package io-sim-classes
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-base
tag: 6a6ea9695ee898dd7d4fd7a5d2cc639d7d5764f7
--sha256: 1hkq5i9fjjr4picx3plq3s09isrmx6jifpqf57c7viqfdrwlhjnj
tag: 63d2cf7a23cc9fcd644568cebb313c6120229595
--sha256: 0vy2x0rf0xdf5bjysm7qi315fav1k2g3ry3y1vsx8a88zx5a6avh
subdir:
binary
binary/test
Expand Down

0 comments on commit 63656f7

Please sign in to comment.