Skip to content

Commit

Permalink
[HOTFIX] Install jq package in Az Function deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Sep 17, 2024
1 parent 7307887 commit 2909ac0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/azfunction-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ inputs.checkoutRef }}

- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: jq
version: 1.0

- name: Setup application platform
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 2909ac0

Please sign in to comment.