mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-08 22:28:06 -05:00
Fix typo (#5250)
This commit is contained in:
@@ -3,7 +3,7 @@ variables:
|
|||||||
- template: /.azuredevops/variables-global.yml
|
- template: /.azuredevops/variables-global.yml
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- name: fmtlibVersion
|
- name: spdlogVersion
|
||||||
type: string
|
type: string
|
||||||
default: "v1.15.1"
|
default: "v1.15.1"
|
||||||
|
|
||||||
@@ -18,6 +18,6 @@ trigger: none
|
|||||||
pr: none
|
pr: none
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- template: ${{ variables.CI_DEPENDENCIES_PATH }}/fmtlib.yml
|
- template: ${{ variables.CI_DEPENDENCIES_PATH }}/spdlog.yml
|
||||||
parameters:
|
parameters:
|
||||||
fmtlibVersion: ${{ parameters.fmtlibVersion }}
|
spdlogVersion: ${{ parameters.spdlogVersion }}
|
||||||
|
|||||||
Reference in New Issue
Block a user