Skip to content

Commit

Permalink
demo test:gmp gpgerror in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
luoliwoshang committed Jan 21, 2025
1 parent 9d19adc commit e087cb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,12 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
# install demo's lib
sudo apt install liblua5.4-dev libsqlite3-dev -y
sudo apt install liblua5.4-dev libsqlite3-dev libgmp-dev libgpg-error-dev -y
llcppgtest -demo ./_llcppgtest/cjson
llcppgtest -demo ./_llcppgtest/lua
llcppgtest -demo ./_llcppgtest/sqlite
llcppgtest -demo ./_llcppgtest/gmp
llcppgtest -demo ./_llcppgtest/gpgerror
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit e087cb2

Please sign in to comment.