Skip to content

Commit

Permalink
ci: sudo apt-get
Browse files Browse the repository at this point in the history
implements #3
  • Loading branch information
tlgs committed Sep 6, 2021
1 parent 53b167c commit 11b12d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:

- name: Install hadolint from source
run: |
apt-get update
apt-get install haskell-platform
sudo apt-get update
sudo apt-get install haskell-platform
curl -sSL https://get.haskellstack.org/ | sh
git clone https://github.com/hadolint/hadolint
cd hadolint
Expand Down

0 comments on commit 11b12d7

Please sign in to comment.