diff options
author | Scott <[email protected]> | 2021-01-31 12:59:06 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-31 12:59:06 +0000 |
commit | dcc5870aff8d9254ebebcc81c5c6f19647a70b7b (patch) | |
tree | 8628559eed91ca96d7afb4aef535a1066319fa76 | |
parent | b42cc96cef012986b3b5f5f0adc1be9c9da91c18 (diff) |
Update linux.yml
-rw-r--r-- | .github/workflows/linux.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index bc116a7aa..9f533c335 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -22,4 +22,5 @@ jobs: - name: Build HandBrake Linux run: | ./configure --disable-gtk-update-checks --enable-qsv + cd build make -j 0 |