Compare commits

..

1 Commits

Author SHA1 Message Date
38da6718f8 feat: first build of ProxLB
Some checks failed
Build / Build on AlmaLinux 8 (pull_request) Failing after 1m48s
- version 1.0.2
- setup gitea actions workflows
2024-09-07 22:26:36 +10:00
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
- name: Install required packages - name: Install required packages
run: | run: |
dnf groupinstall -y 'Development Tools'
dnf install -y rpm cmake git make python3-yaml dnf install -y rpm cmake git make python3-yaml
- name: Build project - name: Build project

View File

@ -22,6 +22,7 @@ jobs:
- name: Install required packages - name: Install required packages
run: | run: |
dnf groupinstall -y 'Development Tools'
dnf install -y rpm cmake git make python3-yaml dnf install -y rpm cmake git make python3-yaml
- name: Build project - name: Build project