mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +02:00
wip(ci)
This commit is contained in:
parent
9e59db7330
commit
572dba748d
11
.github/workflows/generic-plugins.yml
vendored
11
.github/workflows/generic-plugins.yml
vendored
@ -69,15 +69,10 @@ jobs:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: Prepare files for packaging
|
||||
- name: Building generic plugins using Cargo
|
||||
run: |
|
||||
echo "Current path: $PWD"
|
||||
find / -name env -print
|
||||
source ~/.cargo/env.sh
|
||||
shell: bash
|
||||
|
||||
- name: Build using Cargo
|
||||
run: cargo build --release
|
||||
source /root/.cargo/env
|
||||
cargo build --release
|
||||
shell: bash
|
||||
|
||||
- name: Package
|
||||
|
Loading…
x
Reference in New Issue
Block a user