File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 test :
6464 name : Debian Test
6565 runs-on : ubuntu-24.04
66- # needs: debian-build
66+ # needs: debian-build
6767 permissions :
6868 packages : write
6969 contents : read
@@ -73,27 +73,34 @@ jobs:
7373 with :
7474 submodules : recursive
7575
76- - name : Download builder container image
77- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
78- with :
79- path : image-deb-builder
80- pattern : image-deb-builder-*
81- merge-multiple : true
82- run-id : 24421893202
76+ - run : |
77+ mkdir -p cdn/apt
78+ gh run download 24421893202 -n artifacts-apt-amd64 -D cdn/apt/
79+
80+ mkdir -p image-deb-builder
81+ gh run download 24421893202 -n image-deb-builder-amd64 -D image-deb-builder/
82+
83+ # - name: Download builder container image
84+ # uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
85+ # with:
86+ # path: image-deb-builder
87+ # pattern: image-deb-builder-*
88+ # merge-multiple: true
89+ # run-id: 24421893202
8390
8491 - name : Import builder container image
8592 run : |
8693 for image in $(ls -1 image-deb-builder/); do
8794 docker load < image-deb-builder/${image}
8895 done
8996
90- - name : Download apt artifacts
91- uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
92- with :
93- path : cdn/apt
94- pattern : artifacts-apt-*
95- merge-multiple : true
96- run-id : 24421893202
97+ # - name: Download apt artifacts
98+ # uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
99+ # with:
100+ # path: cdn/apt
101+ # pattern: artifacts-apt-*
102+ # merge-multiple: true
103+ # run-id: 24421893202
97104
98105 - name : Set up directories
99106 run : |
You can’t perform that action at this time.
0 commit comments