mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
fix(ci): wrong build directory fixed
This commit is contained in:
parent
468b952d64
commit
9c89afc6d9
4
.github/workflows/generic-plugins.yml
vendored
4
.github/workflows/generic-plugins.yml
vendored
@ -70,7 +70,9 @@ jobs:
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: Building generic plugins using Cargo
|
||||
run: cargo build --release
|
||||
run: |
|
||||
cd experimental
|
||||
cargo build --release
|
||||
shell: bash
|
||||
|
||||
- name: Package
|
||||
|
Loading…
x
Reference in New Issue
Block a user