File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - title : ' Linux - Latest'
2727 os : ubuntu-latest
2828 version : ' 1'
29+ arch : x64
2930 - title : ' Windows - Latest'
3031 os : windows-latest
3132 version : ' 1'
33+ arch : x64
34+ - title : ' Linux - 32bit'
35+ os : ubuntu-latest
36+ version : ' 1'
37+ arch : x86
3238 steps :
3339 - uses : actions/checkout@v4
3440 - uses : julia-actions/setup-julia@v1
Original file line number Diff line number Diff line change 11name = " DocInventories"
22uuid = " 43dc2714-ed3b-44b5-b226-857eda1aa7de"
33authors = [" Michael Goerz <mail@michaelgoerz.net>" ]
4- version = " 0.3.0"
4+ version = " 0.3.0+dev "
55
66[deps ]
77CodecZlib = " 944b1d66-785c-5afd-91f1-9de20f533193"
Original file line number Diff line number Diff line change @@ -97,15 +97,15 @@ struct InventoryItem
9797 name:: String
9898 domain:: String
9999 role:: String
100- priority:: Int64
100+ priority:: Int
101101 uri:: String
102102 dispname:: String
103103
104104 function InventoryItem (
105105 name:: AbstractString ,
106106 domain:: AbstractString ,
107107 role:: AbstractString ,
108- priority:: Int64 ,
108+ priority:: Int ,
109109 uri:: AbstractString ,
110110 dispname:: AbstractString
111111 )
You can’t perform that action at this time.
0 commit comments