1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-11 05:29:33 +00:00

fix this too

This commit is contained in:
mrdudz 2022-02-05 18:09:32 +01:00
parent 6129ff532b
commit 1af84ed9a0

View File

@ -64,7 +64,7 @@ jobs:
run: make -C samples clean run: make -C samples clean
- name: Remove programs in util directory - name: Remove programs in util directory
shell: bash shell: bash
run: make -j2 util clean run: make -C util clean
- name: Build the document files. - name: Build the document files.
shell: bash shell: bash
run: make -j2 doc run: make -j2 doc