Skip to content

Commit 072b467

Browse files
committed
Use double backslash on Windows
1 parent b41ddb6 commit 072b467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Define conda's package directory
5959
run: |
60-
echo "CONDA_PKGS_DIR=${{ runner.os == 'Linux' && '/home/runner/' || 'D:\' }}conda_pkgs_dir" >> $GITHUB_ENV
60+
echo "CONDA_PKGS_DIR=${{ runner.os == 'Linux' && '/home/runner/' || 'D:\\' }}conda_pkgs_dir" >> $GITHUB_ENV
6161
6262
- name: Cache conda packages
6363
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2

0 commit comments

Comments
 (0)