|
35 | 35 | - name: Install libhwloc |
36 | 36 | working-directory: ${{github.workspace}}/tag_version |
37 | 37 | run: .github/scripts/install_hwloc.sh |
38 | | - |
39 | | - - name: Get "tag" UMF version |
40 | | - working-directory: ${{github.workspace}}/tag_version |
41 | | - run: | |
42 | | - VERSION=$(git describe --tags) |
43 | | - echo "tag version: $VERSION" |
44 | 38 |
|
45 | 39 | - name: Configure "tag" UMF build |
46 | 40 | working-directory: ${{github.workspace}}/tag_version |
|
76 | 70 | fetch-depth: 0 |
77 | 71 | path: ${{github.workspace}}/latest_version |
78 | 72 |
|
79 | | - - name: Get latest UMF version |
80 | | - working-directory: ${{github.workspace}}/latest_version |
81 | | - run: | |
82 | | - VERSION=$(git describe --tags) |
83 | | - echo "checked version: $VERSION" |
84 | | -
|
85 | 73 | - name: Configure latest UMF build |
86 | 74 | working-directory: ${{github.workspace}}/latest_version |
87 | 75 | run: > |
@@ -132,16 +120,11 @@ jobs: |
132 | 120 | vcpkgDirectory: ${{github.workspace}}/vcpkg |
133 | 121 | vcpkgJsonGlob: '**/vcpkg.json' |
134 | 122 |
|
| 123 | + # NOTE we use vcpkg setup from "tag" version |
135 | 124 | - name: Install dependencies |
136 | 125 | working-directory: ${{github.workspace}}/tag_version |
137 | 126 | run: vcpkg install |
138 | 127 | shell: pwsh # Specifies PowerShell as the shell for running the script. |
139 | | - |
140 | | - - name: Get "tag" UMF version |
141 | | - working-directory: ${{github.workspace}}/tag_version |
142 | | - run: | |
143 | | - $version = (git describe --tags) |
144 | | - echo "tag version: $VERSION" |
145 | 128 |
|
146 | 129 | - name: Configure "tag" UMF build |
147 | 130 | working-directory: ${{github.workspace}}/tag_version |
@@ -174,13 +157,6 @@ jobs: |
174 | 157 | fetch-depth: 0 |
175 | 158 | path: ${{github.workspace}}/latest_version |
176 | 159 |
|
177 | | - # NOTE we use vcpkg setup from "tag" version |
178 | | - - name: Get latest UMF version |
179 | | - working-directory: ${{github.workspace}}/latest_version |
180 | | - run: | |
181 | | - $version = (git describe --tags) |
182 | | - echo "latest version: $VERSION" |
183 | | -
|
184 | 160 | - name: Configure latest UMF build |
185 | 161 | working-directory: ${{github.workspace}}/latest_version |
186 | 162 | run: > |
@@ -223,12 +199,6 @@ jobs: |
223 | 199 | ref: refs/tags/${{inputs.tag}} |
224 | 200 | path: ${{github.workspace}}/tag_version |
225 | 201 |
|
226 | | - - name: Get "tag" UMF version |
227 | | - working-directory: ${{github.workspace}}/tag_version |
228 | | - run: | |
229 | | - VERSION=$(git describe --tags) |
230 | | - echo "tag version: $VERSION" |
231 | | -
|
232 | 202 | - name: Configure "tag" UMF build |
233 | 203 | working-directory: ${{github.workspace}}/tag_version |
234 | 204 | run: > |
@@ -267,12 +237,6 @@ jobs: |
267 | 237 | fetch-depth: 0 |
268 | 238 | path: ${{github.workspace}}/latest_version |
269 | 239 |
|
270 | | - - name: Get latest UMF version |
271 | | - working-directory: ${{github.workspace}}/latest_version |
272 | | - run: | |
273 | | - VERSION=$(git describe --tags) |
274 | | - echo "checked version: $VERSION" |
275 | | -
|
276 | 240 | - name: Configure latest UMF build |
277 | 241 | working-directory: ${{github.workspace}}/latest_version |
278 | 242 | run: > |
|
0 commit comments