mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fix typo
This commit is contained in:
parent
a303c694a3
commit
abb8f1a8fd
6
.github/workflows/install.yml
vendored
6
.github/workflows/install.yml
vendored
@ -37,14 +37,14 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
# Ubuntu Installations
|
# Ubuntu Installations
|
||||||
- name: ubuntu-20.04
|
- name: ubuntu-20.04
|
||||||
container: ubuntu:20.04
|
image: ubuntu:20.04
|
||||||
imageFamily: debian
|
imageFamily: debian
|
||||||
regressionFail: true
|
regressionFail: true
|
||||||
- name: ubuntu-22.04
|
- name: ubuntu-22.04
|
||||||
container: ubuntu:22.04
|
image: ubuntu:22.04
|
||||||
imageFamily: debian
|
imageFamily: debian
|
||||||
- name: ubuntu-24.04
|
- name: ubuntu-24.04
|
||||||
container: ubuntu:24.04
|
image: ubuntu:24.04
|
||||||
imageFamily: debian
|
imageFamily: debian
|
||||||
# Debian Installations
|
# Debian Installations
|
||||||
- name: debian-12
|
- name: debian-12
|
||||||
|
Loading…
Reference in New Issue
Block a user