Skip to content

Commit

Permalink
fixup?
Browse files Browse the repository at this point in the history
  • Loading branch information
florianesser-tng committed Nov 19, 2024
1 parent f8b499d commit 9c5fdca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Checkout code
uses: actions/checkout@v3

- name: setup miniforge
uses: conda-incubator/setup-miniconda@v3
with:
Expand All @@ -26,6 +23,7 @@ jobs:
- name: Install libuv dependency
run: |
conda install -y libuv
conda env list | findstr libuv
echo "LIBUV_DLLS_PATH=$($(conda env list | findstr libuv) -split ' ' | Select-Object -Last 1)\Library\bin"
echo "LIBUV_DLLS_PATH=$($(conda env list | findstr libuv) -split ' ' | Select-Object -Last 1)\Library\bin" >> $env:GITHUB_ENV
- name: Install libuv dependency
Expand Down

0 comments on commit 9c5fdca

Please sign in to comment.