Skip to content

Commit 96b71f8

Browse files
authored
Add OMNIPKG_DEBUG environment variable
Added debug environment variable for omnipkg.
1 parent 5280017 commit 96b71f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/old_rich_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ jobs:
8686
run: |
8787
set -e
8888
echo "=== Running Old Rich Test ==="
89-
9089
export OMNIPKG_CONFIG_PATH="${{ github.workspace }}/.omnipkg_config/config.json"
90+
export OMNIPKG_DEBUG=1 # <-- ADD THIS LINE
9191
echo "Config path: $OMNIPKG_CONFIG_PATH"
9292
9393
echo "--- Initializing omnipkg ---"

0 commit comments

Comments
 (0)