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:
parent
36cab6aedb
commit
129f5e2acf
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with: {}
|
with: {}
|
||||||
- name: Update apt-get database
|
- name: Update apt-get database
|
||||||
run: apt-get update
|
run: sudo apt-get update
|
||||||
- uses: erlef/setup-beam@v1
|
- uses: erlef/setup-beam@v1
|
||||||
with:
|
with:
|
||||||
otp-version: ${{matrix.otp_vsn}}
|
otp-version: ${{matrix.otp_vsn}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user