mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +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
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
|
||||||
- name: Prepare files for packaging
|
- 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
|
shell: bash
|
||||||
|
|
||||||
- name: Build using Cargo
|
- name: Build using Cargo
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
uses: ./.github/actions/package-nfpm
|
uses: ./.github/actions/package-nfpm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user