Compare commits
No commits in common. "66a0756bb05d73435c6fd3a1d32c4c58b8000474" and "3357fdbc191b2dc434066dcaad90c0f9c25119fa" have entirely different histories.
66a0756bb0
...
3357fdbc19
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: Build project
|
||||
runs-on: shell
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Build package
|
||||
run: |
|
||||
sudo solbuild build
|
||||
sudo -u user sudo solbuild build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue