Skip to content

Commit

Permalink
ci: try to make windows use -j1
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc committed Oct 24, 2023
1 parent 0ae9fa6 commit 0a05240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cd rizin
git checkout v0.6.3
meson --buildtype=release --prefix=${{ matrix.prefix }} ${{ matrix.meson_options }} build
meson compile -C build
meson compile ${{ matrix.os == 'windows-latest' && '-j1' || '' }} -C build
${{ matrix.sudo }} meson install -C build
cd ..
- name: Add rizin dir to PATH
Expand Down

0 comments on commit 0a05240

Please sign in to comment.