aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-01-06 15:38:42 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-01-06 15:38:42 +0100
commitf519a21a2a3218656d05f91a22380d16e5bb41ee (patch)
tree57ab1fa29fbaf85c68a93a4853170d2ca0bf5023
parent1656557407a8a913197ea60ffe7ee77c78e3ed25 (diff)
Include sysinfo in GitHub action
-rw-r--r--.github/workflows/binary-packages.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/binary-packages.yml b/.github/workflows/binary-packages.yml
index a089cfa..5d01282 100644
--- a/.github/workflows/binary-packages.yml
+++ b/.github/workflows/binary-packages.yml
@@ -24,15 +24,16 @@ jobs:
sudo apt install -y cpanminus curl gcc make
cpanm -v ExtUtils::Command Pod::Usage
+ - name: System Information
+ run: ./bin/rstar sysinfo
+
- name: Fetch
- run: |
- ./bin/rstar fetch
+ run: ./bin/rstar fetch
- name: Install
env:
RSTAR_DEBUG: "1"
- run: |
- ./bin/rstar install -p "/tmp/ci-$GITHUB_RUN_ID"
+ run: ./bin/rstar install -p "/tmp/ci-$GITHUB_RUN_ID"
- name: Package
run: |