parent
9110cc8d7a
commit
5127b26ee5
|
@ -63,8 +63,8 @@ jobs:
|
||||||
if: runner.os == 'Linux' && matrix.target.cpu == 'i386'
|
if: runner.os == 'Linux' && matrix.target.cpu == 'i386'
|
||||||
run: |
|
run: |
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
sudo apt-fast update -qq
|
sudo apt-get update -qq
|
||||||
sudo DEBIAN_FRONTEND='noninteractive' apt-fast install \
|
sudo DEBIAN_FRONTEND='noninteractive' apt-get install \
|
||||||
--no-install-recommends -yq gcc-multilib g++-multilib \
|
--no-install-recommends -yq gcc-multilib g++-multilib \
|
||||||
libssl-dev:i386
|
libssl-dev:i386
|
||||||
mkdir -p external/bin
|
mkdir -p external/bin
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
mode = ScriptMode.Verbose
|
mode = ScriptMode.Verbose
|
||||||
|
|
||||||
packageName = "json_serialization"
|
packageName = "json_serialization"
|
||||||
version = "0.2.6"
|
version = "0.2.8"
|
||||||
author = "Status Research & Development GmbH"
|
author = "Status Research & Development GmbH"
|
||||||
description = "Flexible JSON serialization not relying on run-time type information"
|
description = "Flexible JSON serialization not relying on run-time type information"
|
||||||
license = "Apache License 2.0"
|
license = "Apache License 2.0"
|
||||||
|
|
Loading…
Reference in New Issue