Skip to content

Commit

Permalink
fix: wrong container path.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Mar 8, 2024
1 parent 6cf921a commit db094b9
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 @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: self-hosted
container: registry.gitlab.com/qemu-project/qemu:latest
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)

0 comments on commit db094b9

Please sign in to comment.