Skip to content

Commit

Permalink
apt update first
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Aug 1, 2023
1 parent 8832dc5 commit 42bd17b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style-and-sp-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Install curl
run: apt-get install curl
- name: Install curl
run: apt-get update && apt-get install -y --no-install-recommends curl

- name: Load 1Password secrets
uses: 1password/load-secrets-action@v1
Expand Down

0 comments on commit 42bd17b

Please sign in to comment.