Skip to content

Commit

Permalink
ci: Remove duplicated apt-get updates
Browse files Browse the repository at this point in the history
One is enough.
  • Loading branch information
GeorgesStavracas committed Apr 26, 2024
1 parent d02d7a5 commit bcffa0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get update
sudo apt-get install -y \
autoconf \
Expand Down

0 comments on commit bcffa0a

Please sign in to comment.