From 17369a001086de2b36cc743cebbc6f6bce97e20c Mon Sep 17 00:00:00 2001 From: Elias Joseph Date: Thu, 7 Nov 2024 21:18:07 +0000 Subject: [PATCH] added sccache install --- .github/workflows/ci_windows_x64_msvc.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci_windows_x64_msvc.yml b/.github/workflows/ci_windows_x64_msvc.yml index cfdb1ca069f7..67b40098c66b 100644 --- a/.github/workflows/ci_windows_x64_msvc.yml +++ b/.github/workflows/ci_windows_x64_msvc.yml @@ -65,8 +65,7 @@ jobs: refreshenv - name: "Building IREE" run: | - bash - source build_tools/cmake/setup_sccache.sh + build_tools/cmake/setup_sccache.sh echo "Building in ${{ env.BUILD_DIR_BASH }}" bash ./build_tools/cmake/build_all.sh ${{ env.BUILD_DIR_BASH }} sccache --show-stats