fix(ci): enable toolset before every make command

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra 2023-04-27 13:59:32 +00:00 committed by poiana
parent fe8899c90a
commit fb105c4b04

View File

@ -98,11 +98,13 @@ jobs:
- name: Build project
run: |
cd build
source /opt/rh/devtoolset-9/enable
make falco -j6
- name: Build packages
run: |
cd build
source /opt/rh/devtoolset-9/enable
make package
- name: Upload Falco tar.gz package