#10 Added sudo to makefile test
Some checks failed
DRB Build Tests / drb_build_and_test (push) Failing after 2m49s

This commit is contained in:
Logan Cusano
2024-04-21 01:07:51 -04:00
parent 31cedb2e9c
commit cc4e5e762d

View File

@@ -63,7 +63,7 @@ jobs:
- name: Run setup process
working-directory: "./client"
run: make -j4
run: sudo make -j4
- run: echo "Node has finished installing dependencies"