analysis workflow, fix.

This commit is contained in:
W.C.A. Wijngaards 2021-06-24 10:53:25 +02:00
parent 8ce44a4006
commit a807135373

View File

@ -48,7 +48,7 @@ jobs:
submodules: false
- name: install libevent
if: ${{ matrix.install_libevent == 'yes' }}
run: apt-get install libevent-dev
run: sudo apt-get install libevent-dev
- name: install expat
if: ${{ matrix.install_expat == 'yes' }}
run: brew install expat