Skip to content

Commit

Permalink
NH-37575: migrate to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Jun 14, 2024
1 parent 66abffb commit 11944c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
distribution: 'temurin'

- name: Install jq # this is needed for the aws steps to work
run: apt-get update && apt-get install -y --no-install-recommends jq && rm -rf /var/lib/apt/lists/*
run: apt-get update && apt-get install -y --no-install-recommends jq

- name: Aws setup
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 11944c2

Please sign in to comment.