Skip to content

Commit c7ce357

Browse files
committed
fix packaging
1 parent ba39182 commit c7ce357

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: setup windows deps
4848
if: matrix.os == 'windows-latest'
4949
run: |
50-
echo "local_short_commands=true" >> $GITHUB_ENV
50+
echo "local_short_commands=false" >> $GITHUB_ENV
5151
git submodule init && git submodule update
5252
curl -O "http://msp.ucsd.edu/Software/$PDVERSION.msw.zip"
5353
unzip "$PDVERSION.msw.zip"
@@ -65,14 +65,8 @@ jobs:
6565
run: make pdbinpath="$PDVERSION/bin" PDINCLUDEDIR="$PDVERSION/src" CFLAGS=-march=x86-64
6666

6767
# ---- package ----
68-
- name: package (unix)
69-
if: matrix.os != 'windows-latest'
68+
- name: package
7069
run: make install PDLIBDIR="${{ matrix.os }}"
71-
- name: package (windows)
72-
if: matrix.os == 'windows-latest'
73-
run: |
74-
bash scripts/package_lib.sh
75-
mv fd_lib "${{ matrix.os }}"
7670

7771
- name: upload artifact
7872
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)