Skip to content

Commit

Permalink
fix: build run command.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Mar 8, 2024
1 parent db094b9 commit d4ef09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
container: registry.gitlab.com/qemu-project/qemu/qemu/ubuntu2204:latest
steps:
- name: Setup build directory
run: mkdir build && cd build && ../configure --enable-werror --disable-docs --enable-fdt=system && make -j$(expr $(nproc) + 1)
run: mkdir -p build && cd build && ../configure --enable-werror --disable-docs --enable-fdt=system && make -j$(expr $(nproc) + 1)

0 comments on commit d4ef09b

Please sign in to comment.