Sudo apt-get update

This verifies we are in a proper image where we need to sudo in updates, etc.
This commit is contained in:
Jesper Louis Andersen
2021-06-18 23:53:34 +02:00
committed by GitHub
parent 36cab6aedb
commit 129f5e2acf
+1 -1
View File
@@ -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}}