aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-01-06 15:13:33 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-01-06 15:13:33 +0100
commit48f07ff10e50d19f6bf3847c7492c8bedd680ea9 (patch)
tree37c171e4e8eb9ebd8717041efeaecd9b8e6ab77c
parent96b9a97c3e8d233f2d9453e1025dbba21780dace (diff)
Set RSTAR_DEBUG in GitHub builds
-rw-r--r--.github/workflows/binary-packages.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/binary-packages.yml b/.github/workflows/binary-packages.yml
index 9d9ecb9..85a77eb 100644
--- a/.github/workflows/binary-packages.yml
+++ b/.github/workflows/binary-packages.yml
@@ -29,6 +29,8 @@ jobs:
./bin/rstar fetch
- name: Install
+ env:
+ RSTAR_DEBUG: "1"
run: |
./bin/rstar install -p "/tmp/ci-$GITHUB_RUN_ID"