1
0

Fix name of ubuntu image generator

This commit is contained in:
2023-04-09 14:16:29 +00:00
parent bde115f5df
commit d65d683dfc
3 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ jobs:
sudo apt-get install qemu-system-x86
- name: Bootstrap
run: ./tools/qemu-debian-img/bootstrap.sh
run: ./tools/qemu-ubuntu-img/bootstrap.sh
- name: Unit Testing
run: go test -parallel 1 -v ./...