Skip to content

Commit

Permalink
Update build_installers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lufre1 authored Apr 25, 2024
1 parent 47f6c08 commit 7b42867
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build_installers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
mamba install -y -c conda-forge micro_sam
conda activate base
RUN_SCRIPT_WINDOWS: |
python version_getter.py
mkdir ./${{ matrix.os }}_x86_64
constructor --output-dir ./${{ matrix.os }}_x86_64 . --data deployment/windows-latest_x86_64/freetype.dll:freetype.dll
RUN_SCRIPT: |
python version_getter.py
mkdir ./${{ matrix.os }}_x86_64
Expand Down Expand Up @@ -62,7 +67,10 @@ jobs:
mamba install -c anaconda menuinst
python windows_menu_setup.py
conda activate base
${{ env.RUN_SCRIPT }}
wget https://downloads.sourceforge.net/freetype/freetype-2.13.2.tar.xz
tar -xf freetype-2.13.2.tar.xz
rm freetype-2.13.2.tar.xz
${{ env.RUN_SCRIPT_WINDOWS }}
- name: build ${{ matrix.os }}_x86_64
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 7b42867

Please sign in to comment.