We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1420a9b commit 5fb41c3Copy full SHA for 5fb41c3
1 file changed
.github/workflows/gentest.yml
@@ -46,16 +46,13 @@ jobs:
46
export PKG_CONFIG_PATH="$HOMEBREW_PREFIX/opt/libxslt/lib/pkgconfig:$PKG_CONFIG_PATH"
47
pkg-config --cflags --libs sqlite3
48
pkg-config --cflags --libs libxslt
49
- df -lh
50
llcppgtest -demos ./_llcppgtest
51
52
- name: Test demos with generated pkgs
53
if: startsWith(matrix.os, 'ubuntu')
54
run: |
55
# install demo's lib
56
sudo apt install libcjson-dev liblua5.4-dev libsqlite3-dev libgmp-dev libgpg-error-dev zlib1g-dev libisl-dev libz3-dev -y
57
58
- lsblk
59
60
- name: Upload Logs to Artifacts
61
uses: actions/upload-artifact@v4
0 commit comments