Skip to content

Commit 0ebaef6

Browse files
author
FEO\preus
committed
build on windows first
1 parent f7dd753 commit 0ebaef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
out-file-path: 'deterministicGaussianSamplingLibs'
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

19-
- name: ppload downloaded libs as artifact
19+
- name: upload downloaded libs as artifact
2020
uses: actions/upload-artifact@v4
2121
with:
2222
name: deterministicGaussianSampling-libs
@@ -26,7 +26,7 @@ jobs:
2626
needs: download_releases
2727
strategy:
2828
matrix:
29-
os: [ubuntu-latest, windows-latest] #, macos-latest]
29+
os: [windows-latest, ubuntu-latest] #, macos-latest]
3030
python-version: [3.9, 3.11]
3131
runs-on: ${{ matrix.os }}
3232

0 commit comments

Comments
 (0)