mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
wip(ci)
This commit is contained in:
parent
f36fc3be02
commit
b0dda05867
6
.github/workflows/generic-plugins.yml
vendored
6
.github/workflows/generic-plugins.yml
vendored
@ -70,11 +70,15 @@ jobs:
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: Prepare files for packaging
|
||||
run: source .cargo/env.sh
|
||||
run: |
|
||||
echo "Current path: $PWD"
|
||||
find / -name env.sh
|
||||
source ~/.cargo/env.sh
|
||||
shell: bash
|
||||
|
||||
- name: Build using Cargo
|
||||
run: cargo build --release
|
||||
shell: bash
|
||||
|
||||
- name: Package
|
||||
uses: ./.github/actions/package-nfpm
|
||||
|
Loading…
x
Reference in New Issue
Block a user