Skip to content

Commit

Permalink
ci: fix conda-incubator/setup-miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed May 30, 2023
1 parent f9cc496 commit 0e25968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-conda-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: goanpeca/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v2
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-conda-v142.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: goanpeca/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v2
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
Expand Down

0 comments on commit 0e25968

Please sign in to comment.