We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5e0e1 commit bc6c34dCopy full SHA for bc6c34d
2 files changed
.github/install-jq.sh
.github/workflows/push.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: Install dependencies (required for finding API model versions)
69
run: make install
70
- name: Install jq (required only for GitHub Actions)
71
- run: ".github/install-jq.sh"
+ run: sudo apt-get install -y jq
72
- name: Find API model versions and write to environment variable
73
run: python3 .github/find-api-model-versions.py
74
- name: Ensure full API and simulation API model versions are in sync
0 commit comments