fix workflows
All checks were successful
Build / Build project (push) Successful in 1m4s

This commit is contained in:
Alexander Zhirov 2025-05-02 15:45:33 +03:00
parent 328a61b105
commit eab22bf3db
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 5 additions and 2 deletions

View file

@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build package - name: Build package
run: | run: |
sudo solbuild build sudo solbuild build --profile main-x86_64
- name: Copy to NFS - name: Copy to NFS
run: | run: |
sudo ctn-tool \ ctn-tool \
--project-name "$(echo ${{ env.GITHUB_REPOSITORY }} | cut -d'/' -f2)" \ --project-name "$(echo ${{ env.GITHUB_REPOSITORY }} | cut -d'/' -f2)" \
--source-dir ./ \ --source-dir ./ \
--nfs-address ${{ secrets.NFS_ADDRESS }} \ --nfs-address ${{ secrets.NFS_ADDRESS }} \

View file

@ -1,5 +1,8 @@
[Unit] [Unit]
Description=Continuous integration for Forgejo Description=Continuous integration for Forgejo
After=multi-user.target
Wants=network-online.target
Requires=network-online.target
[Service] [Service]
Type=exec Type=exec