diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e2beb92a84..f17a793fe8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -150,10 +150,10 @@ jobs: - task: Cache@2 inputs: - key: qt | "$(Agent.OS)" | "$(QT_VER)" + key: qt | "$(Agent.OS)" | "$(Agent.OSArchitecture)" | "$(QT_VER)" path: /tmp/Qt restoreKeys: | - qt | "$(Agent.OS)" | "$(QT_VER)" + qt | "$(Agent.OS)" | "$(Agent.OSArchitecture)" | "$(QT_VER)" displayName: Qt cache # - task: Cache@2 @@ -211,10 +211,10 @@ jobs: - task: Cache@2 inputs: - key: qt | "$(Agent.OS)" | "$(QT_VER)" + key: qt | "$(Agent.OS)" | "$(Agent.OSArchitecture)" | "$(QT_VER)" path: /tmp/Qt restoreKeys: | - qt | "$(Agent.OS)" | "$(QT_VER)" + qt | "$(Agent.OS)" | "$(Agent.OSArchitecture)" | "$(QT_VER)" displayName: Qt cache # - task: Cache@2