Skip to content

Commit

Permalink
GHA: need apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Nov 13, 2023
1 parent cc07bbd commit bdd1a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- name: Install pre-reqs
run: |
apt-get install git
apt-get update && apt-get install -y --no-install-recommends git
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
Expand Down

0 comments on commit bdd1a36

Please sign in to comment.