Skip to content

Commit 60ab75f

Browse files
committed
rework ci
1 parent 895c171 commit 60ab75f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: SimenB/github-actions-cpu-cores@v1
2323

2424
- name: apt-install
25-
run: sudo apt-get install -y \
25+
run: sudo apt-get update -y && sudo apt-get install -y \
2626
libwoff1\
2727
libvpx9\
2828
libevent-2.1-7t64\
@@ -72,7 +72,7 @@ jobs:
7272
uses: SimenB/github-actions-cpu-cores@v1
7373

7474
- name: apt-install
75-
run: sudo apt-get install -y \
75+
run: sudo apt-get update -y && sudo apt-get install -y \
7676
libwoff1\
7777
libvpx9\
7878
libevent-2.1-7t64\

0 commit comments

Comments
 (0)