From 129f5e2acffc5a038cefae275ec1e7c3db86df19 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Fri, 18 Jun 2021 23:53:34 +0200 Subject: [PATCH] Sudo apt-get update This verifies we are in a proper image where we need to sudo in updates, etc. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8495afa..6a1c454 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 with: {} - name: Update apt-get database - run: apt-get update + run: sudo apt-get update - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp_vsn}}