Skip to content

Commit

Permalink
fix validation failure due to PublicKeyText (#1580)
Browse files Browse the repository at this point in the history
* fix validation failure due to PublicKeyText

* update pact pin

* remove redundant package in CI
  • Loading branch information
larskuhtz authored Dec 14, 2022
1 parent dfdf744 commit f850da2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
cabal --version
- name: Install non-Haskell dependencies (ubuntu)
if: contains(matrix.os, 'ubuntu')
run: sudo apt-get install -y libgflags-dev liblz4-dev libzstd-dev libgflags-dev libtbb-dev libsnappy-dev libbz2-dev
run: sudo apt-get install -y libgflags-dev liblz4-dev libzstd-dev libtbb-dev libsnappy-dev libbz2-dev
# Project Configuration
- name: Create cabal.project.local
run: |
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ package yet-another-logger
source-repository-package
type: git
location: https://github.com/kadena-io/pact.git
tag: 0f22b41543a9397391477fb26d1d62798aa23803
tag: bb6476de0fe56858a80f179d256809676885d0cb

source-repository-package
type: git
Expand Down
4 changes: 2 additions & 2 deletions dep/pact/github.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"repo": "pact",
"branch": "master",
"private": false,
"rev": "0f22b41543a9397391477fb26d1d62798aa23803",
"sha256": "0gf8f0vafdplpy5xppis17v6q145hkz65cwg53fqihacrgyj24iv"
"rev": "bb6476de0fe56858a80f179d256809676885d0cb",
"sha256": "0j6clna3c5377y74xqwmzc7yym8r8knmmn268awmzbn6m5i3881y"
}

0 comments on commit f850da2

Please sign in to comment.