run as root
Some checks failed
Build Project / build (push) Failing after 1m13s

This commit is contained in:
Dawid Sobczak 2025-04-19 11:21:38 +01:00
parent 2776c9495d
commit eab6033eaa

View file

@ -8,5 +8,5 @@ jobs:
- name: Checkout the repo - name: Checkout the repo
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build - name: Build
run: sudo make run: su root; make