diff --git a/.github/workflows/snapshot-on-push-master.yml b/.github/workflows/snapshot-on-push-master.yml index c6a6eda8e..442adc160 100644 --- a/.github/workflows/snapshot-on-push-master.yml +++ b/.github/workflows/snapshot-on-push-master.yml @@ -64,7 +64,7 @@ jobs: run: make -C samples clean - name: Remove programs in util directory shell: bash - run: make -j2 util clean + run: make -C util clean - name: Build the document files. shell: bash run: make -j2 doc