Skip to content

Commit

Permalink
fix: remove apt-get update from gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Sep 10, 2022
1 parent 8d59833 commit 528242e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update Apt Deps
run: apt-get update -y
- name: Setup Git Crypt
run: apt-get install -y git-crypt
- name: Setup Golang
Expand Down

0 comments on commit 528242e

Please # to comment.