Skip to content

Commit bc6c34d

Browse files
committed
fix: Run apt-get inline
1 parent be5e0e1 commit bc6c34d

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/install-jq.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install dependencies (required for finding API model versions)
6969
run: make install
7070
- name: Install jq (required only for GitHub Actions)
71-
run: ".github/install-jq.sh"
71+
run: sudo apt-get install -y jq
7272
- name: Find API model versions and write to environment variable
7373
run: python3 .github/find-api-model-versions.py
7474
- name: Ensure full API and simulation API model versions are in sync

0 commit comments

Comments
 (0)