Skip to content

Commit

Permalink
somehow rrdtool is not executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Schoeller committed Oct 19, 2024
1 parent 2e5dac7 commit c9edf4f
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,17 +156,11 @@ jobs:
- name: Install dependencies
run: sudo apt-get install -y rrdtool librrd-dev librrds-perl php-gd php-xml php-mbstring

- name: Where is rrdtool
run: which rrdtool
- name: What are the perms on rrdtool
run: ls -la /usr/bin/rrdtool

- name: What version is rrdtool
run: rrdtool --version

- name: dpkg list rrdtool
run: dpkg --list rrdtool

- name: dpkg list files
run: dpkg --listfiles rrdtool
- name: run rrdtool
run: /usr/bin/rrdtool

- name: build PNP4Nagios packages
id: build
Expand Down

0 comments on commit c9edf4f

Please sign in to comment.