Add sudo to make install

This commit is contained in:
John J. Camilleri
2021-08-13 09:53:17 +02:00
parent 8877243701
commit d8e1e2c37d

View File

@@ -28,7 +28,7 @@ jobs:
autoreconf -i
./configure
make
make install
sudo make install
- name: Setup Haskell
uses: haskell/actions/setup@v1