From 683283eb878ea7ac17882fc1c03aa35e8f14dd47 Mon Sep 17 00:00:00 2001 From: Ben Wibking Date: Tue, 23 Jan 2024 11:36:02 -0500 Subject: [PATCH] fix typo --- .ci/azure-pipelines-amdgpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/azure-pipelines-amdgpu.yml b/.ci/azure-pipelines-amdgpu.yml index e5f4b3feb..f3d001aa8 100644 --- a/.ci/azure-pipelines-amdgpu.yml +++ b/.ci/azure-pipelines-amdgpu.yml @@ -20,7 +20,7 @@ jobs: - task: CMake@1 displayName: 'Configure CMake' inputs: - cmakeArgs: '.. -DCMAKE_BUILD_TYPE=Release -DAMReX_SPACEDIM=3 -DAMReX_GPU_BACKEND=HIP + cmakeArgs: '.. -DCMAKE_BUILD_TYPE=Release -DAMReX_SPACEDIM=3 -DAMReX_GPU_BACKEND=HIP' - task: CMake@1 displayName: 'Build Quokka'