We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce311a0 commit 2f0bd9cCopy full SHA for 2f0bd9c
.github/workflows/workflow.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- name: Install system packages on Ubuntu
31
if: ${{ runner.os == 'Linux' }}
32
- run: sudo apt-get install curl erlang
+ run: sudo apt-get update && sudo apt-get install curl erlang
33
34
- name: Install system packages on macOS
35
if: ${{ runner.os == 'macOS' }}
0 commit comments