Skip to content

Commit 12c110c

Browse files
authored
chore: remove apt update to speed up installation (#23)
1 parent 0d88fe5 commit 12c110c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/basics/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
- name: Install git-secrets
6363
shell: bash
6464
run: |
65-
sudo apt-get update && sudo apt-get install -y git-secrets
65+
sudo apt install -y git-secrets
6666
git-secrets --register-aws
6767
6868
- uses: ./.github/actions/elapsed-time

0 commit comments

Comments
 (0)