Skip to content

Commit

Permalink
like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Nov 5, 2024
1 parent 76b8a7f commit 7255f1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/native-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7255f1c

Please # to comment.