mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-31 22:16:49 +00:00
fix(ci): enable toolset before every make command
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
fe8899c90a
commit
fb105c4b04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user