Skip to content

Commit

Permalink
workflows: install package in root
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Oct 9, 2024
1 parent be16065 commit a41f9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Make system package
run: |
./configure.sh --prefix=/usr
make DESTDIR=dist install
sudo make install
- name: Run tests
run: |
bash tests/test_update.sh

0 comments on commit a41f9cc

Please sign in to comment.