Changeset: 058e7521bac8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/058e7521bac8
Modified Files:
        .github/workflows/linux.yml
Branch: default
Log Message:

install cryptography python package and bzip2, libiconv, zlib and libxml2


diffs (23 lines):

diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -48,8 +48,8 @@ jobs:
         with:
           ref: ${{ matrix.branch }}
 
-      - name: install pymonetdb
-        run: pip3 install pymonetdb
+      - name: install pymonetdb cryptography
+        run: pip3 install pymonetdb cryptography
 
       - name: make MonetDB on linux
         run: |
@@ -100,7 +100,7 @@ jobs:
       - name: choco packages
         run: |
           choco install winflexbison3
-          vcpkg install pcre getopt
+          vcpkg install libiconv bzip2 libxml2 pcre zlib getopt 
         if: runner.os == 'Windows'
 
       - name: make MonetDB on Windows
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to