We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895c171 commit 60ab75fCopy full SHA for 60ab75f
1 file changed
.github/workflows/main.yaml
@@ -22,7 +22,7 @@ jobs:
22
uses: SimenB/github-actions-cpu-cores@v1
23
24
- name: apt-install
25
- run: sudo apt-get install -y \
+ run: sudo apt-get update -y && sudo apt-get install -y \
26
libwoff1\
27
libvpx9\
28
libevent-2.1-7t64\
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments