mirror of
https://github.com/nqrduck/LimeDriverBindings.git
synced 2024-11-05 18:20:03 +00:00
Compare commits
3 commits
64cda090f0
...
4d9a980471
Author | SHA1 | Date | |
---|---|---|---|
|
4d9a980471 | ||
4a7cdd16b2 | |||
|
51fc0a393d |
1 changed files with 2 additions and 2 deletions
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
yes | pacman -S python python-pip hdf5 limesuite python-build automake gcc pkgconf base-devel
|
||||
yes | pacman -S python python-pip hdf5 limesuite python-build automake gcc pkgconf base-devel expat
|
||||
|
||||
- name: Install the package
|
||||
run: |
|
||||
|
@ -40,4 +40,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: built-package
|
||||
path: dist/
|
||||
path: dist/
|
||||
|
|
Loading…
Reference in a new issue