Compare commits
5 Commits
a221b905c2
..
v1.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
| ac64e01b0f | |||
| 9d2ecc00d3 | |||
| 356d86cd72 | |||
| f3da241917 | |||
| 2db9ea6134 |
@@ -7,8 +7,8 @@ jobs:
|
|||||||
runs-on: linux_amd64
|
runs-on: linux_amd64
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: eunit
|
- name: eunit
|
||||||
run: |
|
run: |
|
||||||
. /opt/act_runner/erts/27.2/activate
|
. /home/act_runner/.erts/27.2.1/activate
|
||||||
./rebar3 eunit
|
./rebar3 eunit
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
[{base58,
|
[{base58,
|
||||||
{git,
|
{git,
|
||||||
"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
||||||
{ref, "7290fa23664b4134d15da353061ac97aa158b332"}}},
|
{ref, "e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}}},
|
||||||
{enacl,
|
{enacl,
|
||||||
{git,
|
{git,
|
||||||
"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[{<<"base58">>,
|
[{<<"base58">>,
|
||||||
{git,"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
{git,"https://git.qpq.swiss/QPQ-AG/erl-base58.git",
|
||||||
{ref,"7290fa23664b4134d15da353061ac97aa158b332"}},
|
{ref,"e6aa62eeae3d4388311401f06e4b939bf4e94b9c"}},
|
||||||
0},
|
0},
|
||||||
{<<"enacl">>,
|
{<<"enacl">>,
|
||||||
{git,"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
{git,"https://git.qpq.swiss/QPQ-AG/enacl.git",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{author,"Hans Svensson"}.
|
{author,"Hans Svensson"}.
|
||||||
{desc,"Serialization helpers for the Gajumaru."}.
|
{desc,"Serialization helpers for the Gajumaru."}.
|
||||||
{package_id,{"otpr","gmserialization",{0,1,2}}}.
|
{package_id,{"otpr","gmserialization",{0,1,2}}}.
|
||||||
{deps,[{"otpr","base58",{0,1,1}},{"otpr","eblake2",{1,0,0}}]}.
|
{deps,[{"otpr","eblake2",{1,0,1}},{"otpr","base58",{0,1,1}}]}.
|
||||||
{key_name,none}.
|
{key_name,none}.
|
||||||
{a_email,[]}.
|
{a_email,[]}.
|
||||||
{c_email,[]}.
|
{c_email,[]}.
|
||||||
|
|||||||
Reference in New Issue
Block a user