Skip to content

Commit 2f0bd9c

Browse files
authored
Quick test if apt-get update fix failing workflow
An attempt to fix 404 error messages when fetching packages
1 parent ce311a0 commit 2f0bd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Install system packages on Ubuntu
3131
if: ${{ runner.os == 'Linux' }}
32-
run: sudo apt-get install curl erlang
32+
run: sudo apt-get update && sudo apt-get install curl erlang
3333

3434
- name: Install system packages on macOS
3535
if: ${{ runner.os == 'macOS' }}

0 commit comments

Comments
 (0)