Tentative fix for Linux install CI

This commit is contained in:
Antoine Gersant 2024-02-02 20:30:04 -08:00
parent fd6a13083d
commit 123eee7d2d

View file

@ -54,7 +54,7 @@ jobs:
- name: Make a request
run: curl -f http://localhost:5050
- name: Stop Polaris
run: sudo kill -KILL $(cat /usr/local/var/run/polaris/polaris.pid)
run: sudo kill -KILL $(sudo cat /usr/local/var/run/polaris/polaris.pid)
- name: Uninstall
run: sudo make uninstall