From 7255f1cedd138854d72def70f90a875f1a098a74 Mon Sep 17 00:00:00 2001 From: David Li Date: Mon, 4 Nov 2024 20:59:27 -0500 Subject: [PATCH] like this? --- .github/workflows/native-windows.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/native-windows.yml b/.github/workflows/native-windows.yml index f1af2f5443..6cb937e2e6 100644 --- a/.github/workflows/native-windows.yml +++ b/.github/workflows/native-windows.yml @@ -83,7 +83,7 @@ jobs: shell: bash -l {0} run: | mamba install -c conda-forge \ - --file ci\conda_env_cpp.txt + --file ci\\conda_env_cpp.txt # Force bundled gtest mamba uninstall gtest @@ -140,7 +140,7 @@ jobs: shell: bash -l {0} run: | mamba install -c conda-forge \ - --file ci\conda_env_cpp.txt + --file ci\\conda_env_cpp.txt # Force bundled gtest mamba uninstall gtest @@ -216,7 +216,7 @@ jobs: shell: bash -l {0} run: | mamba install -c conda-forge \ - --file ci\conda_env_cpp.txt + --file ci\\conda_env_cpp.txt - uses: actions/setup-go@v5 with: go-version: "${{ env.GO_VERSION }}" @@ -284,8 +284,8 @@ jobs: run: | mamba install -c conda-forge \ python=${{ matrix.python }} \ - --file ci\conda_env_cpp.txt \ - --file ci\conda_env_python.txt + --file ci\\conda_env_cpp.txt \ + --file ci\\conda_env_python.txt - uses: actions/download-artifact@v4 with: