File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ jobs:
4747
4848 steps :
4949 - uses : actions/checkout@v4
50- - name : Add i386 repos
50+ - name : Add i386 repositories
5151 if : ${{ matrix.arch == 'i386' }}
5252 run : dpkg --add-architecture i386
53- - name : Getting depends (amd64)
53+ - name : Getting dependencies (amd64)
5454 if : ${{ matrix.arch == 'amd64' }}
5555 run : |
5656 apt-get update
5757 DEBIAN_FRONTEND=noninteractive apt-get install g++ make m4 libcap-dev file -y
58- - name : Getting depends (i386)
58+ - name : Getting dependencies (i386)
5959 if : ${{ matrix.arch == 'i386' }}
6060 run : |
6161 apt-get update
6464 run : g++ -dumpmachine
6565 - name : Build
6666 run : make
67- - name : Print dinit executive file architecture
67+ - name : Print dinit executable file architecture
6868 run : file ./src/dinit
6969 - name : Unit tests
7070 run : make check
9696 run : g++ -dumpmachine
9797 - name : Build
9898 run : make
99- - name : Print dinit executive file architecture
99+ - name : Print dinit executable file architecture
100100 run : file ./src/dinit
101101 - name : Unit tests
102102 run : make check
@@ -122,15 +122,15 @@ jobs:
122122
123123 steps :
124124 - uses : actions/checkout@v4
125- - name : Getting depends
125+ - name : Getting dependencies
126126 run : |
127127 apk update
128128 apk add make g++ m4 file libcap-dev
129129 - name : Print g++ architecture
130130 run : g++ -dumpmachine
131131 - name : Build
132132 run : make
133- - name : Print dinit executive file architecture
133+ - name : Print dinit executable file architecture
134134 run : file ./src/dinit
135135 - name : Unit tests
136136 run : make check
You can’t perform that action at this time.
0 commit comments