Skip to content

Commit ecab665

Browse files
committed
Fix check-unsafe-flags workflow shell compatibility (#198)
1 parent c8c49b6 commit ecab665

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/check-unsafe-flags.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818

19+
- name: Install jq
20+
run: |
21+
apt-get update && apt-get install -y jq
22+
1923
- name: Dump package JSON and check for unsafeFlags
24+
shell: bash
2025
run: |
2126
set -euo pipefail
2227
# Compute unsafeFlags array directly from the dump (don't store the full dump variable)

0 commit comments

Comments
 (0)