msys2 / setup-msys2

GitHub Action to setup MSYS2
https://github.com/marketplace/actions/setup-msys2
MIT License
292 stars 40 forks source link

using latest rocksdb #220

Closed leejw51crypto closed 2 years ago

leejw51crypto commented 2 years ago

installed rocksdb like this, but in gorocksdb doesn't compile, because rocksdb is old version.

  windows-rocksdb-x86_64:    
    runs-on: windows-latest
    environment: release    
    steps:
      - uses: actions/checkout@v2
        with:
          submodules: true
      - uses: msys2/setup-msys2@v2
        with:
          msystem: MINGW64
          update: true
          install:  mingw-w64-x86_64-rocksdb  
MehdiChinoune commented 2 years ago

This issue should be reported in MINGW-packages repo.

leejw51crypto commented 2 years ago

ok