File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 required : false
5959 type : string
6060 default : " ubuntu:24.04"
61- enable_mirrors :
62- description : " Enable Ubuntu mirror configuration for faster downloads"
63- required : false
64- type : boolean
65- default : true
66- mirror_url :
67- description : " Ubuntu mirror URL (e.g., https://mirror.init7.net/ubuntu/)"
68- required : false
69- type : string
70- default : " https://mirror.init7.net/ubuntu/"
7161 test_command :
7262 description : " Test command to run from package.json"
7363 required : false
@@ -125,8 +115,6 @@ jobs:
125115 - name : Setup Ubuntu packages
126116 uses : zondax/_actions/setup-ubuntu-packages@main
127117 with :
128- enable_mirrors : ${{ inputs.enable_mirrors }}
129- mirror_url : ${{ inputs.mirror_url }}
130118 packages : |
131119 - git
132120 - unzip
Original file line number Diff line number Diff line change 3131 type : boolean
3232 required : false
3333 default : true
34- enable_mirrors :
35- description : " Enable Ubuntu mirror configuration for faster downloads"
36- required : false
37- type : boolean
38- default : true
39- mirror_url :
40- description : " Ubuntu mirror URL (e.g., https://mirror.init7.net/ubuntu/)"
41- required : false
42- type : string
43- default : " https://mirror.init7.net/ubuntu/"
4434 checkout_submodules :
4535 description : " Checkout submodules"
4636 required : false
10797 - name : Setup Ubuntu packages
10898 uses : zondax/_actions/setup-ubuntu-packages@main
10999 with :
110- enable_mirrors : ${{ inputs.enable_mirrors }}
111- mirror_url : ${{ inputs.mirror_url }}
112100 packages : |
113101 - jq
114102 - libnss3
Original file line number Diff line number Diff line change 4848 required : false
4949 type : string
5050 default : " ubuntu:24.04"
51- enable_mirrors :
52- description : " Enable Ubuntu mirror configuration for faster downloads"
53- required : false
54- type : boolean
55- default : true
56- mirror_url :
57- description : " Ubuntu mirror URL (e.g., https://mirror.init7.net/ubuntu/)"
58- required : false
59- type : string
60- default : " https://mirror.init7.net/ubuntu/"
6151 package_path :
6252 description : " Path to the Rust package relative to the repository root"
6353 required : false
@@ -198,8 +188,6 @@ jobs:
198188 - name : Setup Ubuntu packages
199189 uses : zondax/_actions/setup-ubuntu-packages@main
200190 with :
201- enable_mirrors : ${{ inputs.enable_mirrors }}
202- mirror_url : ${{ inputs.mirror_url }}
203191 packages : |
204192 - git
205193 - curl
Original file line number Diff line number Diff line change 5353 required : false
5454 type : string
5555 default : " ubuntu:24.04"
56- enable_mirrors :
57- description : " Enable Ubuntu mirror configuration for faster downloads"
58- required : true
59- type : boolean
60- default : true
61- mirror_url :
62- description : " Ubuntu mirror URL (e.g., https://mirror.init7.net/ubuntu/)"
63- required : false
64- type : string
65- default : " https://mirror.init7.net/ubuntu/"
6656 test_command :
6757 description : " Test command to run from package.json"
6858 required : false
@@ -138,8 +128,6 @@ jobs:
138128 - name : Setup Ubuntu packages
139129 uses : zondax/_actions/setup-ubuntu-packages@main
140130 with :
141- enable_mirrors : ${{ inputs.enable_mirrors }}
142- mirror_url : ${{ inputs.mirror_url }}
143131 packages : |
144132 - git
145133 - unzip
You can’t perform that action at this time.
0 commit comments