Skip to content

Commit

Permalink
remove sudo from the action
Browse files Browse the repository at this point in the history
  • Loading branch information
james-jdgtl committed Jul 24, 2024
1 parent 66de9b6 commit b84d9dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bootstrap-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
runs-on: [self-hosted, hmpps-github-actions-runner]
steps:
- run: echo "Running ${{ github.event.inputs.options }} component ${{ github.event.inputs.component }}"
- name: Install jq
run: sudo apt-get install -y jq httpie
- name: Checkout code
uses: actions/checkout@v4
- id: get_sc_data
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ apt-get install --yes --no-install-recommends \
"lsb-release=12.0-2" \
"gcc=4:13.2.0-7ubuntu1" \
"libsqlite3-dev=3.45.1-1ubuntu2" \
"python3"
"python3" \
"httpie"

apt-get clean

Expand Down

0 comments on commit b84d9dd

Please sign in to comment.