mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-02 21:53:12 +00:00
parent
a222f44635
commit
0408795be9
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -68,8 +68,8 @@ jobs:
|
||||
if: runner.os == 'Linux' && matrix.target.cpu == 'i386'
|
||||
run: |
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt-fast update -qq
|
||||
sudo DEBIAN_FRONTEND='noninteractive' apt-fast install \
|
||||
sudo apt-get update -qq
|
||||
sudo DEBIAN_FRONTEND='noninteractive' apt-get install \
|
||||
--no-install-recommends -yq gcc-multilib g++-multilib \
|
||||
libssl-dev:i386
|
||||
mkdir -p external/bin
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
mode = ScriptMode.Verbose
|
||||
|
||||
packageName = "json_rpc"
|
||||
version = "0.4.2"
|
||||
version = "0.4.4"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "Ethereum remote procedure calls"
|
||||
license = "Apache License 2.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user