mirror of
https://github.com/nqrduck/LimeDriverBindings.git
synced 2024-11-05 18:20:03 +00:00
Merge pull request #6 from kumitterer/main
Fix Arch CI build error by installing system expat
This commit is contained in:
commit
4d9a980471
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