mirror of
https://github.com/status-im/nim-serialization.git
synced 2025-01-30 05:35:02 +00:00
parent
7950ac1e8c
commit
f709bd9e16
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
|
||||
|
@ -1,7 +1,7 @@
|
||||
mode = ScriptMode.Verbose
|
||||
|
||||
packageName = "serialization"
|
||||
version = "0.2.2"
|
||||
version = "0.2.4"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "A modern and extensible serialization framework for Nim"
|
||||
license = "Apache License 2.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user