Skip to content

Commit b7c4dde

Browse files
committed
Fix build failure in github action - missing packages
Signed-off-by: Elmurod Talipov <elmurod.talipov@gmail.com>
1 parent 33e8121 commit b7c4dde

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/telebot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
9+
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: prepare
13-
run: sudo apt install -y pkg-config libcurl4-openssl-dev libjson-c-dev cmake binutils make
14-
- name: cmake
13+
run: sudo apt update && sudo apt install -y pkg-config libcurl4-openssl-dev libjson-c-dev cmake binutils make
14+
- name: cmake
1515
run: mkdir -p build && cd build && cmake ..
1616
- name: make
1717
run: cd build && make

0 commit comments

Comments
 (0)