|
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
|
@@ -136,12 +130,6 @@ jobs:
|
136 | 130 | working-directory: ${{github.workspace}}/tag_version
|
137 | 131 | run: vcpkg install
|
138 | 132 | 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 | 133 |
|
146 | 134 | - name: Configure "tag" UMF build
|
147 | 135 | working-directory: ${{github.workspace}}/tag_version
|
@@ -223,12 +211,6 @@ jobs:
|
223 | 211 | ref: refs/tags/${{inputs.tag}}
|
224 | 212 | path: ${{github.workspace}}/tag_version
|
225 | 213 |
|
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 | 214 | - name: Configure "tag" UMF build
|
233 | 215 | working-directory: ${{github.workspace}}/tag_version
|
234 | 216 | run: >
|
|
0 commit comments