Skip to content

Commit

Permalink
Fixed Msys workflow (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Mar 8, 2024
1 parent 41a3703 commit 7a74db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-msys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ jobs:
ninja:p
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Configure
run: |
cmake -B build -DWITH_TESTS=${{ matrix.setup.tests }} -DUSE_JEMALLOC=OFF -DPREFER_SYSTEM_GTEST=ON \
cmake -B build -DWITH_TESTS=${{ matrix.setup.tests }} -DUSE_JEMALLOC=OFF -DPREFER_SYSTEM_GTEST=ON -DNIXPKGS_DWARFS_VERSION_OVERRIDE=tebako \
-DFOLLY_NO_EXCEPTION_TRACER=ON -DTEBAKO_BUILD_SCOPE=${{ matrix.setup.scope }} -DCMAKE_INSTALL_PREFIX=install -GNinja .
- name: Build
Expand Down

0 comments on commit 7a74db6

Please sign in to comment.