This commit is contained in:
parent
f856866a53
commit
fa59f13fa4
2 changed files with 8 additions and 3 deletions
|
|
@ -34,6 +34,9 @@ jobs:
|
|||
- name: Setup additional tooling
|
||||
run: .forgejo/workflows/setup-tools.sh
|
||||
|
||||
- name: Setup permissions for ci user
|
||||
run: useradd -m ci && chown -R ci:ci .
|
||||
|
||||
- name: Build
|
||||
run: just ci build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue