diff options
author | Scott <[email protected]> | 2021-01-31 13:03:46 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-31 13:03:46 +0000 |
commit | 9fe38ccc067526176657f95ec1d9631593bb3bf9 (patch) | |
tree | 4a175c8bfd2307a6b7adb054d9c190052ad06f56 | |
parent | dcc5870aff8d9254ebebcc81c5c6f19647a70b7b (diff) |
Update linux.yml
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9f533c335..3323af20d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -23,4 +23,4 @@ jobs: run: | ./configure --disable-gtk-update-checks --enable-qsv cd build - make -j 0 + make -j 3 |